matachi / MaTachi.github.io

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

Home Page:matachi.se

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

matachi.se

License:MIT License


Languages

Language:HTML 86.5%Language:CSS 8.9%Language:Python 4.6%