1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/jekyll.md
2017-10-26 17:43:18 +01:00

277 B

Jekyll

A simple, blog-aware, static site generator.

jekyll serve

  • Enable incremental regeneration:

jekyll serve --incremental

  • Generate the current folder into ./_site::

jekyll build