jekyll: add page (#1583)

coverage
Dwi Satria Utama 2017-10-26 23:43:18 +07:00 committed by Starbeamrainbowlabs
parent 1c86634691
commit 54a56c4eea
1 changed files with 15 additions and 0 deletions

15
pages/common/jekyll.md Normal file
View File

@ -0,0 +1,15 @@
# Jekyll
> A simple, blog-aware, static site generator.
- Generate a development server that will run at http://localhost:4000/:
`jekyll serve`
- Enable incremental regeneration:
`jekyll serve --incremental`
- Generate the current folder into `./_site:`:
`jekyll build`