From 639825e67fb22342c7dbef38ee2d071170cd01f9 Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Sun, 28 Apr 2019 19:49:18 +0800 Subject: [PATCH] Links for fork. Signed-off-by: HE, Tao --- README.md | 11 ++++++----- _includes/toc-date.html | 2 +- _posts/2019-04-28-howto.md | 5 +++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 015b5dd..1a88d81 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,21 @@ Make Jelly site have a GitBook look! ## Why Jekyll with GitBook GitBook is an amazing frontend style to present and organize contents (such as book chapters -and blogs) on Web. The typical to deploy GitBook at [Github Pages](https://pages.github.com/) +and blogs) on Web. The typical to deploy GitBook at [Github Pages][1] is building HTML files locally and then push to Github repository, usually to the `gh-pages` branch. It's quite annoying to repeat such workload and make it hard for people do version control via git for when there are generated HTML files to be staged in and out. This theme takes style definition out of generated GitBook site and provided the template for Jekyll to rendering markdown documents to HTML, thus the whole site can be deployed -to Github Pages without generating and uploading HTML bundle every time when there are +to [Github Pages][1] without generating and uploading HTML bundle every time when there are changes to the original repo. ## How to Get Started This theme can be used just as other [Jekyll themes][1]. -Fork this repository and add your markdown posts to the `_posts` folder. +[Fork][3] this repository and add your markdown posts to the `_posts` folder. ## License @@ -31,5 +31,6 @@ This work is open sourced under the Apache License, Version 2.0. Copyright 2019 Tao He. -[2]: https://pages.github.com -[2]: https://pages.github.com/themes \ No newline at end of file +[1]: https://pages.github.com +[2]: https://pages.github.com/themes +[3]: https://github.com/sighingnow/jekyll-gitbook/fork \ No newline at end of file diff --git a/_includes/toc-date.html b/_includes/toc-date.html index 2ddbed1..25a58b3 100644 --- a/_includes/toc-date.html +++ b/_includes/toc-date.html @@ -33,7 +33,7 @@
  • - + Fork it Now!
  • diff --git a/_posts/2019-04-28-howto.md b/_posts/2019-04-28-howto.md index e9f072d..bb740f6 100644 --- a/_posts/2019-04-28-howto.md +++ b/_posts/2019-04-28-howto.md @@ -8,7 +8,8 @@ layout: post This theme can be used just as other [Jekyll themes][1]. -Fork this repository and add your markdown posts to the `_posts` folder, then +[Fork][2] this repository and add your markdown posts to the `_posts` folder, then push to your own Github repository. No need to push generated HTML bundle. -[1]: https://pages.github.com/themes \ No newline at end of file +[1]: https://pages.github.com/themes +[2]: https://github.com/sighingnow/jekyll-gitbook/fork \ No newline at end of file