Refurbish README - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit bd44af1d082f947760dff8f1bb65f614c5516b58 | |
parent aa1264695d482881b8ddbfe78e13cc7300d899bd | |
Author: lambda <[email protected]> | |
Date: Sun, 3 Dec 2017 16:02:54 +0100 | |
Refurbish README | |
Diffstat: | |
M README.md | 10 +++++----- | |
M data/README.md | 10 +++++----- | |
2 files changed, 10 insertions(+), 10 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -117,7 +117,7 @@ The *config* variable is used to assign the following value… | |
- **:title** | |
- The title of the webpage | |
- **:description** | |
- - This text is used in the *description* field of the Atom RSS | |
+ - This text is used in the *description* field of the atom/rss feed. | |
- **:url** | |
- This needs to be the full(!) URL of your website, including(!) a final s… | |
- MIND: If the url contains a tilde (~), it needs to get duplicated | |
@@ -150,13 +150,13 @@ Of the following keywords, only ``:author`` and ``:short`… | |
- 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'.) | |
-- **:short** | |
- - The ``:short`` field's value is used for displaying a really short d… | |
- - 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… | |
- **:tag** | |
- ``:tag`` field is used to create a "view" containing all articles of the… | |
- MIND: Whitespaces are used to separate tags and are not allowed in(… | |
+- **:tiny** | |
+ - The ``:tiny`` field's value is used for displaying a really short de… | |
+ - If ``:tiny`` doesn't get a value, the full article gets displayed. | |
+ - Hint: Use ``:tiny "Read the full article for more information."``, i… | |
- **:title** | |
- The ``:title`` field's value sets your post's title, its first headl… | |
diff --git a/data/README.md b/data/README.md | |
@@ -117,7 +117,7 @@ The *config* variable is used to assign the following value… | |
- **:title** | |
- The title of the webpage | |
- **:description** | |
- - This text is used in the *description* field of the Atom RSS | |
+ - This text is used in the *description* field of the atom/rss feed. | |
- **:url** | |
- This needs to be the full(!) URL of your website, including(!) a final s… | |
- MIND: If the url contains a tilde (~), it needs to get duplicated | |
@@ -150,13 +150,13 @@ Of the following keywords, only ``:author`` and ``:short`… | |
- 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'.) | |
-- **:short** | |
- - The ``:short`` field's value is used for displaying a really short d… | |
- - 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… | |
- **:tag** | |
- ``:tag`` field is used to create a "view" containing all articles of the… | |
- MIND: Whitespaces are used to separate tags and are not allowed in(… | |
+- **:tiny** | |
+ - The ``:tiny`` field's value is used for displaying a really short de… | |
+ - If ``:tiny`` doesn't get a value, the full article gets displayed. | |
+ - Hint: Use ``:tiny "Read the full article for more information."``, i… | |
- **:title** | |
- The ``:title`` field's value sets your post's title, its first headl… | |