aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ee28797f3f45bf86df8921f7d11dd92f18210ed6 (plain) (blame)
1
2
3
4
5
6
7
This repository hosts all that is necessary to build [my personal webpage](https://ypei.me).

It roughly consists of two parts, the web content and the code. The former is in the markdown files, whereas the latter corresponds to the python, css, and the html template files.

The python code (`engine/engine.py`) is a tiny static site generator depending on [pypandoc](https://pypi.python.org/pypi/pypandoc), [PyYAML](http://pyyaml.org/) and [pyatom](https://pypi.python.org/pypi/pyatom).

The content is licensed under CC-BY-ND unless otherwise specified, and the code is licensed under GPLv3+.