From 249e8aedb5cbf0c44be0e07b0f9985336b46a93c Mon Sep 17 00:00:00 2001 From: Feiyizhan Date: Sat, 6 Feb 2016 15:30:20 +0800 Subject: [PATCH 1/3] Feiyizhan Add Page --- _posts/2016-02-06-hello-world.md | 21 +++++++++++++++++++++ about.md | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 _posts/2016-02-06-hello-world.md create mode 100644 about.md diff --git a/_posts/2016-02-06-hello-world.md b/_posts/2016-02-06-hello-world.md new file mode 100644 index 0000000000..84084bf23c --- /dev/null +++ b/_posts/2016-02-06-hello-world.md @@ -0,0 +1,21 @@ +--- +layout: post +title: "Hello World" +description: "" +category: +tags: [] +--- +{% include JB/setup %} + +## 第一页,jekyll的开始 + +Jekyll is a parsing engine bundled as a ruby gem used to build static websites from +dynamic components such as templates, partials, liquid code, markdown, etc. Jekyll is known as "a simple, blog aware, static site generator". + +### 博客文章:[用Jekyll构建基于bootstrap系统](http://blog.fens.me/jekyll-bootstarp-doc/) + +程序员会写程序是基本技能,程序员会写文档是更高的能力。用简单的图形表达架构,用流畅语言描述业务,用专业的文笔写成报告,看似简单的要求,但对于普通的程序员来说都是一种挑战。 + +有时候我们纠结的不是怎么组织文字,而是怎么排版,用哪种字体,居中还是靠右放置?如何能保持多人撰写文档的统一风格? + +Jekyll可以帮助我们标准化文档结构,文档样式,文档过程。剩下就是提升自己的知识基础了。 \ No newline at end of file diff --git a/about.md b/about.md new file mode 100644 index 0000000000..6e3489737b --- /dev/null +++ b/about.md @@ -0,0 +1,6 @@ +--- +layout: page +title: "About" +description: "" +--- +{% include JB/setup %} From 508a198e48d00a87e473cc367e160a64ff02493e Mon Sep 17 00:00:00 2001 From: Feiyizhan Date: Sat, 6 Feb 2016 15:33:18 +0800 Subject: [PATCH 2/3] Feiyizhan add --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c6deca5bc5..0a28219662 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : http://feiyizhan.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # From 82800a87790c5a6573a33fb73a90d75eb89aa3b8 Mon Sep 17 00:00:00 2001 From: Feiyizhan Date: Sat, 6 Feb 2016 15:35:29 +0800 Subject: [PATCH 3/3] Feiyizhan add --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0a28219662..e782ebede5 100644 --- a/_config.yml +++ b/_config.yml @@ -54,7 +54,7 @@ JB : # - Only the following values are falsy: ["", null, false] # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" - BASE_PATH : false + BASE_PATH : /Feiyizhan.github.io # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME]