Ruby jekyll

From wikinotes

Jekyll is a tool to write websites in markdown/html, and publish to static-html.

NOTE:

if you want arbitrary docs, python sphinx is simpler, and can still support markdown

Documentation

official docs https://jekyllrb.com/docs/
themes https://jekyll-themes.com/

Tutorials

beginner tutorial http://pixelcog.com/blog/2013/jekyll-from-scratch-introduction/

Locations

~/.gems/ruby/gems/jekyll-*.*.*/lib/theme_template/ location of the default theme (css, layouts, etc)

Themes

https://jekyll-themes.com/git-wiki/
https://jekyll-themes.com/docsy-jekyll/
https://jekyll-themes.com/jekyll-rtd/

Notes

ruby jekyll install
ruby jekyll usage
ruby jekyll components
ruby jekyll themes