aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-04-27 11:55:37 +0200
committerYuchen Pei <me@ypei.me>2018-04-27 11:55:37 +0200
commit7bfc74b98a0337a1a0fe4c1e23697beffcf91925 (patch)
tree29c6a88f477df608562941e9f576e6501f7266fb
parent09025637593c43c6f768ba76df242d9e567e7dd2 (diff)
minor edits
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5dbbaf..0dfa783 100644
--- a/README.md
+++ b/README.md
@@ -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 and 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 html 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).