diff options
author | Yuchen Pei <me@ypei.me> | 2018-04-27 11:53:47 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-04-27 11:53:47 +0200 |
commit | 09025637593c43c6f768ba76df242d9e567e7dd2 (patch) | |
tree | 6b40c97d2171dd7a0b69ce1545a556c2e87fe337 | |
parent | d0b6d63412d71739fb5ff7b5f48a3efb1743c3a4 (diff) |
minor edits
-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, and the code are the python and 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). |