From c22313407af553ea54b9338ec8510050709f230e Mon Sep 17 00:00:00 2001 From: yangxuan Date: Sat, 16 Jun 2018 22:31:57 +0800 Subject: [PATCH] update --- _config.yml | 2 +- _includes/about/zh.md | 4 ++-- _layouts/page.html | 12 ++++++++---- _layouts/post.html | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index b87f2ec..b513376 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ kramdown: disqus_username: hux # Netease setttings -netease_comment: false +netease_comment: true diff --git a/_includes/about/zh.md b/_includes/about/zh.md index 6ffdbad..6352cac 100644 --- a/_includes/about/zh.md +++ b/_includes/about/zh.md @@ -1,11 +1,11 @@ > 一个程序🐒和一只金融🐶 > 写字的地方 -Hello,我是二胖,欢迎你来到我们的小窝,很高兴遇见你。现在,就让我给你介绍一下我们的网站吧~ +Hello,我是二胖,欢迎你来到我的网站,很高兴遇见你。现在,就让我给你介绍一下我们的网站吧~ ## 我们是谁? -二胖的窝里一共有两个成员,分别是二胖和二胖并不胖。 +目前我们一共有两个成员,分别是二胖和二胖并不胖,也欢迎优秀的你加入我们。 二胖———就是本程序🐒,职业是软件工程师,科班出身,目前就职于百度公司,主要从事Linux服务器C++开发,喜欢Python和数据分析,机器学习&数据挖掘入门级选手,也偶尔写一写Java和php,力推计算机专业课。周末常宅在家中,不玩游戏不看小说,最爱做菜,实打实的吃货一枚。长活跃于[知乎](https://www.zhihu.com/people/dcapi),运营公众号[大数据前沿](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzAwNzAzNTMwMg==)。 diff --git a/_layouts/page.html b/_layouts/page.html index f82310f..2427ad7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,6 +2,7 @@ layout: default --- +
@@ -17,11 +18,11 @@

{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}

- +
{% if site.sidebar == false %} - +
{{ content }} @@ -100,7 +101,7 @@
文章分类
-
关于我们
+
About me
{% if site.sidebar-avatar %} @@ -108,7 +109,7 @@
文章分类
{% if site.sidebar-about-description %}

{{site.sidebar-about-description}}

{% endif %} - +
    {% if site.RSS %}
  • @@ -181,8 +182,11 @@
    文章分类
  • {% endif %}
+
微信扫描关注微信公众号:
+
+ {% if site.friends %}
diff --git a/_layouts/post.html b/_layouts/post.html index 2dc5a54..9522fa9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,7 @@ --- layout: default --- - + @@ -35,7 +35,7 @@

{{ page.title }}

{% comment %} - always create a h2 for keeping the margin , Hux + always create a h2 for keeping the margin {% endcomment %} {% comment %} if page.subtitle {% endcomment %}

{{ page.subtitle }}