Skip to content

Commit 052121a

Browse files
committed
修改配置为我的信息
1 parent cf6b570 commit 052121a

File tree

5 files changed

+43
-14
lines changed

5 files changed

+43
-14
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pixyll.com
1+

_config.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Site settings
2-
title: Pixyll
3-
email: your_email@example.com
4-
author: John Otander
5-
description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."
2+
title: 阿牛
3+
email: ahnniu@gmail.com
4+
author: Yongjia Niu
5+
description: "专注嵌入式,关注互联网,物联网"
66
baseurl: ""
7-
url: "http://pixyll.com"
7+
url: "http://ahnniu.github.io"
88
date_format: "%b %-d, %Y"
99

1010
# Google services
1111
google_verification:
1212
# Use either direct GA implementation or set up GTM account
1313
# - using both will skew your data (leave blank to not use at all)
14-
google_analytics:
14+
google_analytics: UA-50785752-1
1515
google_tag_manager:
1616
# Bing services
1717
bing_verification:
@@ -33,7 +33,7 @@ fb_page_id:
3333

3434
# Disqus post comments
3535
# (leave blank to disable Disqus)
36-
disqus_shortname:
36+
disqus_shortname: ahnniu-github-io
3737

3838
# Facebook Comments plugin
3939
# (leave blank to disable Facebook Comments, otherwise set it to true)
@@ -42,11 +42,11 @@ facebook_appid:
4242
facebook_comments_number: 10
4343

4444
# Social icons
45-
github_username:
45+
github_username: ahnniu
4646
bitbucket_username:
4747
stackoverflow_id:
48-
twitter_username:
49-
skype_username:
48+
twitter_username: ahnniu
49+
skype_username: ahnniu
5050
steam_nickname:
5151
google_plus_id:
5252
linkedin_username:

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<footer class="center">
22
<div class="measure">
33
<small>
4-
Theme crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
5-
&lt;/&gt; available on <a href="https://github.com/johnotander/pixyll">Github</a>.
4+
© ahnniu All Rights Reserved. <br>
5+
Built with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/johnotander/pixyll">Pixyll</a> theme by <a href="http://johnotander.com">John Otander</a>
66
</small>
77
</div>
88
</footer>

_includes/navigation.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
<a href="{{ page.url }}">{{ page.title }}</a>
99
{% endif %}
1010
{% endfor %}
11+
<a href="/feed.xml">RSS</a>

about.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
11
---
22
layout: page
3-
title: About Pixyll
3+
title: About
44
permalink: /about/
55
tags: about
66
---
77

8+
## 简介
9+
![ahnniu's log](https://a.disquscdn.com/uploads/users/10618/8679/avatar92.jpg)
10+
11+
牛永佳,网名 阿牛, ID ahnniu, 河南安阳人,现居武汉。一名嵌入式开发者,专注嵌入式,关注互联网,物联网。
12+
13+
- twitter: [@ahnniu](https://twitter.com/ahnniu)
14+
- github: [@ahnniu](https://github.com/ahnniu)
15+
16+
## 我的工作
17+
18+
www.embest-tech.com 工作,从事嵌入式软件/应用软件开发。
19+
20+
## 我的业余
21+
22+
业余正在学习一些互联网技术,尤其是Ruby on Rails.
23+
24+
## 关于博客
25+
26+
用来记录和分享一些学习心得,经验,并在分享中学习。
27+
28+
### 更新
29+
30+
- 2016/09 由[Scribble](https://github.com/chloerei/scribble)切换到[Pixyll](https://github.com/johnotander/pixyll)
31+
- 2014/07 基于[Scribble](https://github.com/chloerei/scribble)搭建博客
32+
33+
34+
### Abouot Pixyll
35+
836
This Jekyll theme was crafted with <3 by [John Otander](http://johnotander.com)
937
([@4lpine](https://twitter.com/4lpine)).
1038

0 commit comments

Comments
 (0)