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.
$ 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
- Flask, Three Clause BSD License
- Frozen-Flask, BSD License
- Flask-FlatPages, BSD License
- Pygments, BSD License
- Bootstrap, Apache License version 2.0
- Bootswatch Flatly, Apache License version 2.0
- jQuery, MIT License
- Font Awesome, SIL Open Font License 1.1
- Lato, SIL Open Font License 1.1
The syntax highlighting style sheet was generated with:
$ pygmentize -S manni -f html > manni.css