Skip to content

senden9/personal-blog

Repository files navigation

This is the source code of blog.stefano-probst.com. Issues and/or pull requests are welcome.

The blog uses Zola as static site genrator. It can be compiled via zola build and local tested via zola serve.

Branch naming

  • master - represent the state of the live site
  • article/NAME for new articles or article updates
  • feature/NAME for functional changes