From bdf2b9a5cc2048f13b1f7e6cddf654b38af11e4d Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 11:48:59 +0200 Subject: minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 777fa01..7157f59 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, 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 `*.md`, 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). -- cgit v1.2.3 From d0b6d63412d71739fb5ff7b5f48a3efb1743c3a4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 11:52:50 +0200 Subject: minor edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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). -- cgit v1.2.3 From 09025637593c43c6f768ba76df242d9e567e7dd2 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 11:53:47 +0200 Subject: minor edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 777fa01..e5dbbaf 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, 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 and 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). -- cgit v1.2.3 From 7bfc74b98a0337a1a0fe4c1e23697beffcf91925 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 11:55:37 +0200 Subject: minor edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5dbbaf..0dfa783 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, and the code are the python and 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 and css code, and html 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). -- cgit v1.2.3 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(-) (limited to 'README.md') 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 From 4fa8a77b088a9028f4838cfca4d3a0ccc88eb390 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 27 Apr 2018 12:18:51 +0200 Subject: minor edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3