aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-04-27 12:18:51 +0200
committerYuchen Pei <me@ypei.me>2018-04-27 12:18:51 +0200
commit4fa8a77b088a9028f4838cfca4d3a0ccc88eb390 (patch)
treee833f90f80687526476aa81b125dc112f4e5a763
parent2079870e37636690773b5d0d27040688a3a56eb3 (diff)
minor edits
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d33e43e..ee28797 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,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 web content are in the markdown files, and the code corresponds to the python, css, and the html template files.
+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+.
+The content is licensed under CC-BY-ND unless otherwise specified, and the code is licensed under GPLv3+. \ No newline at end of file