Repository: kylin Updated Branches: refs/heads/document c1af8222f -> e6c977294
Refine howto_docs.md Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/e6c97729 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e6c97729 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e6c97729 Branch: refs/heads/document Commit: e6c977294302a73437c03794dedcddc8769fcbdf Parents: c1af822 Author: Li Yang <liy...@apache.org> Authored: Sun Sep 3 17:06:25 2017 +0800 Committer: Li Yang <liy...@apache.org> Committed: Sun Sep 3 17:07:46 2017 +0800 ---------------------------------------------------------------------- website/_dev/howto_docs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/e6c97729/website/_dev/howto_docs.md ---------------------------------------------------------------------- diff --git a/website/_dev/howto_docs.md b/website/_dev/howto_docs.md index 51e09ab..a20cd17 100644 --- a/website/_dev/howto_docs.md +++ b/website/_dev/howto_docs.md @@ -23,6 +23,26 @@ Install following tools before you add or edit documentation: 3. And optionally any markdown editor you prefer +Below is a gem list that works. Stick to these versions if jekyll installation becomes a problem. + +``` +$ gem list + +... +jekyll (2.5.3) +jekyll-coffeescript (1.0.1) +jekyll-gist (1.4.0) +jekyll-multiple-languages (1.0.8) +jekyll-paginate (1.1.0) +jekyll-sass-converter (1.4.0) +jekyll-watch (1.3.1) +json (1.8.1) +kramdown (1.9.0) +... +rouge (1.10.1) +... +``` + ## About Jekyll Jekyll is a Ruby script to generate a static HTML website from source text and themes, the HTML is generated before being deployed to the web server. Jekyll also happens to be the engine behind GitHub Pages.