aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-04-27 11:58:49 +0200
committerYuchen Pei <me@ypei.me>2018-04-27 11:58:49 +0200
commit2079870e37636690773b5d0d27040688a3a56eb3 (patch)
tree368c558290447676174d79fc327b7a0373b46a89
parent7bfc74b98a0337a1a0fe4c1e23697beffcf91925 (diff)
minor edits
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0dfa783..d33e43e 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
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 html templates.
+It roughly consists of two parts, the web content and the code. The web content are in the markdown files, and the code 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 contents are licensed under CC-BY-ND unless otherwise specified.
-The code is licensed under GPLv3+.
+The content is licensed under CC-BY-ND unless otherwise specified, and the code is licensed under GPLv3+.