aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-04-27 11:52:50 +0200
committerYuchen Pei <me@ypei.me>2018-04-27 11:52:50 +0200
commitd0b6d63412d71739fb5ff7b5f48a3efb1743c3a4 (patch)
tree829d99e3fefadb07030cf6048a2eebe20054033f /README.md
parentbdf2b9a5cc2048f13b1f7e6cddf654b38af11e4d (diff)
minor edits
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7157f59..777fa01 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 `*.md`, and the code are the python code, 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 code, css code and 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).