From 94edd03a9b4ae26b2156e0a8e42795070c41991c Mon Sep 17 00:00:00 2001 From: Starfall Date: Thu, 21 Oct 2021 20:28:29 -0500 Subject: strike: Update README with the past couple hours' progress --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index d6a2041..454d931 100644 --- a/README +++ b/README @@ -10,15 +10,16 @@ A static site generator that does exactly what we need it to and no more. (c) 2021 Starfall , all rights reserved until I decide it's in a good enough state for others to use. Strike has simple goals: -1. Read markup files from source folder + ✓ Read markup files from source folder 2. Convert to HTML -3. Add boilerplate (head, header, footer, etc) -4. Save to output folder + ✓ Add boilerplate (head, header, footer, etc) + ✓ Save to output folder And some stretch goals to turn it into a blog generator: * Create an extra page listing all generated pages in order of creation date (newest first) * Add links to next & previous generated pages * Turn the extra page into a flexible component that can be added into any other page + * Use different templates on different files Markup: reStructuredText fulfills most of our desires: https://docutils.sourceforge.io/rst.html -- cgit