MaTachi.github.io icon indicating copy to clipboard operation
MaTachi.github.io copied to clipboard

This repository is not the source of matachi.se anymore!

MaTachi.github.io

My personal site/blog. It's built with Flask and the static site is generated by Frozen-Flask.

Author: Daniel 'MaTachi' Jonsson
License: Code licensed under the MIT License, content licensed under Creative Commons Attribution 4.0 International.

Install & run

$ virtualenv -p /usr/bin/python2 env
$ source env/bin/activate
$ pip install -r requirements.txt
# Run local server
$ ./run.py
# Build static content
$ ./freeze.py

Libraries & frameworks

Syntax highlighting

The syntax highlighting style sheet was generated with:

$ pygmentize -S manni -f html > manni.css