Skip to content

mkliegl/mkliegl.github.io

Repository files navigation

mkliegl.github.io

This is the repository for the website https://mkliegl.github.io/ hosted by github-pages.

It is built using Jekyll.

Testing the site locally

First-time installation of github-pages gem:

gem install bundler
bundle install

To test the site locally:

bundle update
bundle exec jekyll serve

Now browse to http://localhost:4000/.

Useful references

For more details, see