Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matachi/matachi.github.io

This repository is not the source of matachi.se anymore!
https://github.com/matachi/matachi.github.io

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# MaTachi.github.io

My personal site/blog. It's built with [Flask](http://flask.pocoo.org/) and the
static site is generated by
[Frozen-Flask](http://pythonhosted.org/Frozen-Flask/).

Author: Daniel 'MaTachi' Jonsson
License: Code licensed under the [MIT License](LICENSE), [content](src/pages/)
licensed under [Creative Commons Attribution 4.0
International](https://creativecommons.org/licenses/by/4.0/).

## Install & run

```sh
$ 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

* [Flask](http://flask.pocoo.org/), [Three Clause BSD
License](http://flask.pocoo.org/docs/license/)
* [Frozen-Flask](http://pythonhosted.org/Frozen-Flask/), [BSD
License](https://github.com/SimonSapin/Frozen-Flask/blob/master/LICENSE)
* [Flask-FlatPages](http://pythonhosted.org/Flask-FlatPages/), [BSD
License](https://github.com/SimonSapin/Flask-FlatPages/blob/master/LICENSE)
* [Pygments](http://pygments.org/), [BSD License](http://pygments.org/faq/)
* [Bootstrap](http://getbootstrap.com/), [Apache License version
2.0](https://github.com/twbs/bootstrap/blob/master/LICENSE)
* [Bootswatch Flatly](http://bootswatch.com/flatly/), [Apache License
version 2.0](https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE)
* [jQuery](http://jquery.com/), [MIT
License](https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt)
* [Font Awesome](http://fontawesome.io/), [SIL Open Font License
1.1](http://fontawesome.io/license/)
* [Lato](http://www.google.com/fonts/specimen/Lato), [SIL Open Font License
1.1](http://www.google.com/fonts/specimen/Lato)

## Syntax highlighting

The syntax highlighting style sheet was generated with:

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