for editing this page and see the changes offline
jekyll
is used for generation of this web-page. It can be installed in multiple ways.
Use your local package manger or repository for installing jekyll
. E.g. for Archlinux it is available via the AUR:
yaourt -S jekyll
Install ruby-bundler via your package manger
pacman -S ruby-bundler
This project's dependencies are listed in the Gemfile
, they can be installed into the current directory via
bundle install --path=.
-
In the case
jekyll
was installed by your package manger, you can simply runjekyll serve
-
If installed via
bundler
, runbundle exec jekyll serve
After running jekyll
in serve-mode the web-page can be accessed via localhost:4000
This step is automated in GitHub Pages, so normaly there is no need for doing this on your own.
bundle exec jekyll build
files for the web-page can be found in the _site
-directory