Split requirements into MVP and backog

This commit is contained in:
Archie Hilton 2024-10-14 23:11:17 +01:00
parent 16132ad007
commit b68614edca
1 changed files with 13 additions and 9 deletions

View File

@ -2,15 +2,19 @@
I'm chucking everything I need in here until I know what I actually want
Requirements:
- Parse markdown into html content
- Build templates from html
- Handle images
- Configuration via TOML file
- Automatically update when new content is pushed
- Blog framework
- Ability to link blogs covering the same project automatically
- Parse YAML headers for date and project
MVP:
- Parse templated HTML pages into a navigable website
- Parse markdown into HTML blog posts
- Parse YAML headers for date and project
- Deployed and running
Backlog:
- Configure various dirs via TOML file
- Define some nice variables for more templating
- Handles images in markdown posts
- Automatically re-deploys when new content is pushed
- Make it look pretty
- Ability to link blogs covering the same project automatically
Stack
- Clojure for the SSB