diff options
| author | Yuchen Pei <me@ypei.me> | 2018-04-27 11:48:59 +0200 |
|---|---|---|
| committer | Yuchen Pei <me@ypei.me> | 2018-04-27 11:48:59 +0200 |
| commit | bdf2b9a5cc2048f13b1f7e6cddf654b38af11e4d (patch) | |
| tree | eecde8b185322f0c2e37786aae4dfa88ecbce65f | |
| parent | 63a6df07e3622ef17fca40f4e4b1f8c30778b9f3 (diff) | |
minor edit
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ This repository hosts all that is necessary to build [my personal webpage](https://ypei.me). -It roughly consists of two parts, the contents and the code. The contents are the markdown files, and the code are the python code, css code and templates. +It roughly consists of two parts, the contents and the code. The contents are the markdown files `*.md`, and the code are the python code, css code and templates. 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). |
