From b68614edcaac69876cda539de8edda97f794e490 Mon Sep 17 00:00:00 2001 From: Archie Hilton Date: Mon, 14 Oct 2024 23:11:17 +0100 Subject: [PATCH] Split requirements into MVP and backog --- doc/docs.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 6a9e4a0..aea48d9 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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