aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index ee28797..da4eeff 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
-This repository hosts all that is necessary to build [my personal webpage](https://ypei.me).
+This repository hosts all that is necessary to build [Yuchen Pei's personal webpage](https://ypei.me).
-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.
+It roughly consists of two parts, the web content and the code. The former is in the org files, whereas the latter corresponds to the python, css, and the 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+. \ No newline at end of file
+The content is licensed under CC BY-SA 4.0 unless otherwise specified, and the code as whole is licensed under GNU AGPLv3+. \ No newline at end of file