commit e2793909eae507d7a8af449aa4cf430652fc6168 parent a5eeb08dd55a536bb044d8e066f001764c4a725d Author: spiros thanasoulas <dsp@2f30.org> Date: Fri, 8 Apr 2022 16:44:45 -0400 adding one example page Diffstat:
A | content/about | | | 1 | + |
M | postdb | | | 6 | +++--- |
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/content/about b/content/about @@ -0,0 +1 @@ +lorem ipsum diff --git a/postdb b/postdb @@ -13,6 +13,6 @@ type=post type=page title="home" content="content/home" - - - +type=page + title="about" + content="content/about"