From 8ff2d97c1a19c8c0f2e98d63a16ea37bab7a8bcc Mon Sep 17 00:00:00 2001 From: Register <458892+aieu@users.noreply.github.com> Date: Sat, 21 Jan 2017 13:57:26 +0800 Subject: [PATCH] add and update post, drop comments --- .travis.yml | 1 - _config.yml | 2 +- _includes/head.html | 4 +- _layouts/post.html | 2 - _posts/2009-09-29-gentoo-installation.md | 3 +- _posts/2011-12-14-cranky.md | 16 ++- _posts/2013-07-16-gossip.md | 2 +- _posts/2014-12-31-centos-7-records.md | 2 +- .../2015-01-02-using-firewalls-on-centos-7.md | 34 ++++++ ...017-01-04-upgrade-kernel-4-9-for-centos.md | 20 +++- ...17-01-21-docker-container-start-problem.md | 57 ++++++++++ ...os-installation-guide-for-thinkpad-x230.md | 104 ++++++++++++++++++ about.md | 7 +- archive.html | 2 +- categories.html | 2 +- index.html | 1 - tags.html | 2 +- 17 files changed, 235 insertions(+), 26 deletions(-) create mode 100644 _posts/2017-01-21-docker-container-start-problem.md create mode 100644 _posts/2017-01-24-macos-installation-guide-for-thinkpad-x230.md diff --git a/.travis.yml b/.travis.yml index 5fc2349f1..180161ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ sudo: false rvm: - 2.3.0 - - 2.0.0 branches: only: diff --git a/_config.yml b/_config.yml index 3ab78670f..27889b23c 100644 --- a/_config.yml +++ b/_config.yml @@ -35,7 +35,7 @@ collections: # comment comments: duoshuo: - name: havanna + name: rcomments: num: 10 avatar: 0 diff --git a/_includes/head.html b/_includes/head.html index f09765e4e..9cbad9157 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -25,7 +25,7 @@ {% if site.webmaster.google.verify %}{% endif %} {% if site.webmaster.bing.verify %}{% endif %} - --> diff --git a/_layouts/post.html b/_layouts/post.html index 104ee8f94..29d1d4fe5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,5 +18,3 @@

{{ page.title }}