Sysadmin > UtilitIes > JeKyll

jekyll

A static website generator.

Create a new projekt

jekyll new projektname

Replace default template (minima) with your own template

rm about.md index.md

and remove the template line in config.yml and Gemfile

bundle

To remove dependencies

mkdir _layouts _includes

Move the template files all into the projekt folder

Start a local webserver

bundle exec jekyll serve