My, andreasl's cooking recipe blog.
This jekyll-based blog contains my curated collection of food recipes.
Find it on GitHub pages at https://langenhagen.github.io/recipes/.
Enjoy!
You need ruby, possibly installed with rbenv.
You also need jekyll. See: https://jekyllrb.com/docs/installation/.
Run locally with:
jekyll serve --baseurl ""You should visit the blog then according to your jekyll installation on localhost:4000.
You can update the project's dependencies by first updating bundler to the latest version and then
updating the projects dependencies.
To update bundler and the project dependencies, call:
gem install bundler;
bundle update;