From 2079870e37636690773b5d0d27040688a3a56eb3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 11:58:49 +0200 Subject: minor edits --- README.md | 5 ++--- 1 file 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+. -- cgit v1.2.3