about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README7
1 files 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 <starfall.systems>, 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