- Install Ruby.
- Install Bundler with
gem install bundler
. - Do
bundle install
in this dir. - Install NPM.
- Do
npm install
in this dir.
Do bundle exec jekyll s
in this dir. Something seems slow and buggy here at the moment. If live reload does not work correctly, stop it and restart it.
Do gulp build
in this dir.
Not my problem. ;)
- Copy file
string.md
in folderiterations
. - Rename copied file for nice URL.
- You need to change frontmatter entries
iteration-shorthands
to a shorthand name of your choice. - Use this shorthand in the blog posts in folder
_posts
in a frontmatter entryiteration,
(like this:iteration: strings
) to add it to the "LernMoment Iterationen".