tldr/pages/common/jekyll.md

17 lines
323 B
Markdown
Raw Normal View History

# jekyll
2017-10-26 17:43:18 +01:00
> A simple, blog-aware, static site generator.
2019-06-05 08:55:40 +01:00
> More information: <https://jekyllrb.com>.
2017-10-26 17:43:18 +01:00
- Generate a development server that will run at http://localhost:4000/:
`jekyll serve`
- Enable incremental regeneration:
`jekyll serve --incremental`
- Generate the current directory into "./_site":
2017-10-26 17:43:18 +01:00
`jekyll build`