Minor adjustments or README Checked for ambiguous usage of 'should' and 'could'… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit ec61ee60dcbbe37b43d7cb6fb7a87bdfc847d990 | |
parent 561ae0469c01b746c84590685e649873d3e65728 | |
Author: lambda <[email protected]> | |
Date: Fri, 24 Nov 2017 11:48:28 +0100 | |
Minor adjustments or README | |
Checked for ambiguous usage of 'should' and 'could'. | |
Deleted _ in :id | |
Corrections of minor spelling errors. | |
Status of this commit: PENDING | |
Diffstat: | |
M README.md | 6 +++--- | |
M data/README.md | 6 +++--- | |
2 files changed, 6 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -3,7 +3,7 @@ | |
## Introduction | |
-cl-yag is a very lightweight, 'static site'-generator that produces **gopher**… | |
+cl-yag is a very lightweight, static-site generator that produces **gopher** s… | |
The name 'cl-yag' stands for 'Common Lisp - Yet Another website Generator'. | |
It runs without Quicklisp. | |
@@ -143,13 +143,13 @@ The **config** variable is used to assign the following v… | |
### The **articles** Variable | |
The **articles** variable holds per page/post-metadata. | |
-Of the following fields, only the *:author* and *:short* description could be … | |
+Of the following fields, only the *:author* and *:short* description can be om… | |
- **:short** | |
- The _:short_ field's value is used for displaying a really short des… | |
- If _:short_ doesn't get a value, the full article gets displayed. | |
- Hint: Use ``:short "view the article for the full text"``, if you do… | |
-- **:id_** | |
+- **:id** | |
- The _:id_ field holds the filename of your post/page. | |
- Example: ``:id "2"`` will load file ``data/2.md``. Use text instead … | |
- (See section: 'The **data/** Directory'.) | |
diff --git a/data/README.md b/data/README.md | |
@@ -3,7 +3,7 @@ | |
## Introduction | |
-cl-yag is a very lightweight, 'static site'-generator that produces **gopher**… | |
+cl-yag is a very lightweight, static-site generator that produces **gopher** s… | |
The name 'cl-yag' stands for 'Common Lisp - Yet Another website Generator'. | |
It runs without Quicklisp. | |
@@ -143,13 +143,13 @@ The **config** variable is used to assign the following v… | |
### The **articles** Variable | |
The **articles** variable holds per page/post-metadata. | |
-Of the following fields, only the *:author* and *:short* description could be … | |
+Of the following fields, only the *:author* and *:short* description can be om… | |
- **:short** | |
- The _:short_ field's value is used for displaying a really short des… | |
- If _:short_ doesn't get a value, the full article gets displayed. | |
- Hint: Use ``:short "view the article for the full text"``, if you do… | |
-- **:id_** | |
+- **:id** | |
- The _:id_ field holds the filename of your post/page. | |
- Example: ``:id "2"`` will load file ``data/2.md``. Use text instead … | |
- (See section: 'The **data/** Directory'.) |