add another page as an example - saait - the most boring static page generator
HTML git clone git://git.codemadness.org/saait
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a64b5bfd3ad8750365b4e59a8a3103c3216c0a4c
DIR parent 02992aebcd4d0498ec6c49309c4499e2e420f21b
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
DIR 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
DIR diff --git a/pages/002-example.html b/pages/002-example.html
@@ -0,0 +1 @@
+<p>example 2</p>