From c7061050a91cf1295270623bb7e953cf886614b8 Mon Sep 17 00:00:00 2001 From: joytom <42159787+joytom@users.noreply.github.com> Date: Sun, 12 Aug 2018 20:02:35 +0800 Subject: [PATCH 1/3] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 439cca80566..494751bf4c0 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: 徐代龙的技术专栏 +title:王闯的技术专栏 brief-intro: Android and Python Coder baseurl: "" # the subpath of your site, e.g. /blog url: "https://643435675.github.io" # the base hostname & protocol for your site @@ -58,4 +58,4 @@ excerpt_separator: "\n\n\n\n" # paginate plugins: [jekyll-paginate] paginate: 6 -port: 4001 \ No newline at end of file +port: 4001 From bebbb92adbad61f842ece703c356b01296b13b01 Mon Sep 17 00:00:00 2001 From: joytom <42159787+joytom@users.noreply.github.com> Date: Sun, 12 Aug 2018 20:03:41 +0800 Subject: [PATCH 2/3] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 494751bf4c0..45bb6fcddb6 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ zhihu_username: hll643435675 linkedIn_username: gaohaoyang dribbble_username: -description_footer: 来自徐代龙的个人专栏! +description_footer: 来自王闯的个人专栏! # comments # two ways to comment, only choose one, and use your own short name From fb41491579bfd8c2b0e3d3f6b1fde0faff75bba5 Mon Sep 17 00:00:00 2001 From: joytom <42159787+joytom@users.noreply.github.com> Date: Mon, 13 Aug 2018 08:47:35 +0800 Subject: [PATCH 3/3] Delete _config.yml --- _config.yml | 61 ----------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 45bb6fcddb6..00000000000 --- a/_config.yml +++ /dev/null @@ -1,61 +0,0 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely need to edit after that. -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'jekyll serve'. If you change this file, please restart the server process. - -# Site settings -title:王闯的技术专栏 -brief-intro: Android and Python Coder -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://643435675.github.io" # the base hostname & protocol for your site - -permalink: /:year/:month/:day/:title/ - -# other links -twitter_username: #gaohaoyang126 -facebook_username: #gaohaoyang.water -github_username: 643435675 -email: 643435675@QQ.com -weibo_username: 3115521wh -zhihu_username: hll643435675 -linkedIn_username: gaohaoyang -dribbble_username: - -description_footer: 来自王闯的个人专栏! - -# comments -# two ways to comment, only choose one, and use your own short name -# 两种评论插件,选一个就好了,使用自己的 short_name -duoshuo_shortname: #hygblog -disqus_shortname: #gaohaoyang - -# statistic analysis 统计代码 -# 百度统计 id,将统计代码替换为自己的百度统计id,即 -# hm.src = "//hm.baidu.com/hm.js?xxxxxxxxxxxx"; -# xxxxx字符串 -baidu_tongji_id: 1cc1fc4b4b456bf7c99ce80aec5bf009 -google_analytics_id: UA-72449510-4 # google 分析追踪id - -# Build settings -markdown: kramdown - -kramdown: - input: GFM - syntax_highlighter: rouge - -# port -# port: 1234 - -# url -category_dir: category/ -tag_dir: tag/ - -# excerpt -excerpt_separator: "\n\n\n\n" - -# paginate -plugins: [jekyll-paginate] -paginate: 6 -port: 4001