1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 18:15:25 +02:00

jekyll: add page (#1583)

This commit is contained in:
Dwi Satria Utama 2017-10-26 23:43:18 +07:00 committed by Starbeamrainbowlabs
parent 1c86634691
commit 54a56c4eea

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`