Skip to content

rnestler/rnestler.github.io

Repository files navigation

Blog

These are the source files for my blog available at https://blog.rnstlr.ch.

I use pelican to create the HTML from restructured text source files.

Prepare environement

asdf install
poetry env use $(asdf which python)
poetry install
poetry shell
# or alternatively
source $(poetry env info --path)/bin/activate