config.cfg: add spaces around variable assignment (=) - saait - the most boring… | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 61e26836e8656a48af28af693c506b022244cc2d | |
parent 8d49f005a4bf2ed3812331dafd8090891960e86c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 21 Feb 2020 15:25:56 +0100 | |
config.cfg: add spaces around variable assignment (=) | |
Diffstat: | |
M config.cfg | 22 +++++++++++----------- | |
1 file changed, 11 insertions(+), 11 deletions(-) | |
--- | |
diff --git a/config.cfg b/config.cfg | |
@@ -1,27 +1,27 @@ | |
-# defaults: but can be overwritten by any page. | |
+# defaults: can be overwritten by any page. | |
# last updated the site. | |
-siteupdated=2017-11-23 | |
+siteupdated = 2017-11-23 | |
# site title (part of page ${title} probably). | |
-sitetitle=Codemadness | |
+sitetitle = Codemadness | |
# prefix site url. | |
-siteurl=https://www.codemadness.org | |
+siteurl = https://www.codemadness.org | |
# site mail used for contact "mail link". | |
-sitemail=hiltjo@[email protected] | |
+sitemail = hiltjo@[email protected] | |
# site generator. | |
-sitegenerator=saait (https://git.codemadness.org/saait/file/README.html) | |
+sitegenerator = saait (https://git.codemadness.org/saait/file/README.html) | |
# page | |
# page language. | |
-lang=en | |
+lang = en | |
# author (global default). | |
-author=hiltjo | |
+author = hiltjo | |
# site keywords (global default), don't use too many. | |
-keywords=blog, dwm-hiltjo, stagit, stagit-gopher | |
+keywords = blog, dwm-hiltjo, stagit, stagit-gopher | |
# site description (global default). | |
-description=blog with various projects and articles about computer-related thi… | |
+description = blog with various projects and articles about computer-related t… | |
# default title. | |
-title= | |
+title = |