add another page as an example - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a64b5bfd3ad8750365b4e59a8a3103c3216c0a4c | |
parent 02992aebcd4d0498ec6c49309c4499e2e420f21b | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 21 Jan 2018 16:23:16 +0100 | |
add another page as an example | |
Diffstat: | |
A pages/002-example.cfg | 10 ++++++++++ | |
A pages/002-example.html | 1 + | |
2 files changed, 11 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/pages/002-example.cfg b/pages/002-example.cfg | |
@@ -0,0 +1,10 @@ | |
+filename=example2.html | |
+title=Example page 2 | |
+description=This is an example page 2 | |
+id=example2 | |
+tags=example | |
+keywords=example | |
+categories=Articles | |
+created=2009-04-13 | |
+updated=2009-04-13 | |
+#index=0 | |
diff --git a/pages/002-example.html b/pages/002-example.html | |
@@ -0,0 +1 @@ | |
+<p>example 2</p> |