config.cfg: small fixes - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a1c4a48dba8f889f8e49175a5a7256a5496ad800 | |
parent 5b6243dd0926b623cced3118df001d13089675ed | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 15 Feb 2020 00:12:34 +0100 | |
config.cfg: small fixes | |
- site title comment was wrong. | |
- author comment was wrong (above a different variable). | |
- punctuation | |
Diffstat: | |
M config.cfg | 10 +++++----- | |
1 file changed, 5 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/config.cfg b/config.cfg | |
@@ -3,25 +3,25 @@ | |
# last updated the site. | |
siteupdated=2017-11-23 | |
-# site title (part of ${pagetitle} probably). | |
+# site title (part of page ${title} probably). | |
sitetitle=Codemadness | |
# prefix site url. | |
siteurl=https://www.codemadness.org | |
# site mail used for contact "mail link". | |
sitemail=hiltjo@[email protected] | |
-# site generator | |
+# site generator. | |
sitegenerator=saait (https://git.codemadness.org/saait/file/README.html) | |
# page | |
# page language. | |
lang=en | |
-# site author (global). | |
+# author (global default). | |
+author=hiltjo | |
# site keywords (global default), don't use too many. | |
keywords=blog, dwm-hiltjo, stagit, stagit-gopher | |
# site description (global default). | |
description=blog with various projects and articles about computer-related thi… | |
-author=hiltjo | |
-# default title | |
+# default title. | |
title= |