forked from MarquisF/Nice_Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (28 loc) · 1.03 KB
/
about.html
File metadata and controls
31 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: page
title: About
subtitle: A Simple Jekyll Blog Theme.
permalink: /about/
---
<h2>About this Blog</h2>
<p>A Simple Jekyll Blog Theme. </p>
<p><ul class="about-list">
<li><i class="fa fa-rss"></i><a href="{{ site.url }}{{ site.baseurl }}/feed.xml"> Rss</a></li>
<li><i class="fa fa-modx"></i> Total <span id="busuanzi_value_site_pv"><i class="fa fa-spinner fa-pulse"></i></span> Hits and <span id="busuanzi_value_site_uv"><i class="fa fa-spinner fa-pulse"></i></span> Visitors</li>
</ul></p>
<h2>About me</h2>
<p>A normal person just wanna see this world. </p>
<p><ul class="about-list">
<li>
<i class="fa fa-twitter"></i><a href="https://twitter.com/{{ site.twitter_username }}"> Twitter</a>
</li>
<li>
<i class="fa fa-github"></i><a href="https://github.com/{{ site.github_username }}"> Github</a>
</li>
<li>
<i class="fa fa-envelope"></i><a href="mailto:{{ site.email }}?subject=Hello {{ site.name }}"> Email</a>
</li>
</ul></p>
{% if site.skillstree %}
{% include skillstree.html %}
{% endif %}