Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/matachi/matachi.github.io
- Owner: matachi
- License: mit
- Created: 2013-09-13T14:47:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T13:37:49.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:40:03.300Z (about 1 year ago)
- Language: HTML
- Homepage: matachi.se
- Size: 96.7 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```