Split requirements into MVP and backog
This commit is contained in:
parent
16132ad007
commit
b68614edca
22
doc/docs.md
22
doc/docs.md
|
@ -2,15 +2,19 @@
|
||||||
|
|
||||||
I'm chucking everything I need in here until I know what I actually want
|
I'm chucking everything I need in here until I know what I actually want
|
||||||
|
|
||||||
Requirements:
|
MVP:
|
||||||
- Parse markdown into html content
|
- Parse templated HTML pages into a navigable website
|
||||||
- Build templates from html
|
- Parse markdown into HTML blog posts
|
||||||
- Handle images
|
- Parse YAML headers for date and project
|
||||||
- Configuration via TOML file
|
- Deployed and running
|
||||||
- Automatically update when new content is pushed
|
|
||||||
- Blog framework
|
Backlog:
|
||||||
- Ability to link blogs covering the same project automatically
|
- Configure various dirs via TOML file
|
||||||
- Parse YAML headers for date and project
|
- 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
|
Stack
|
||||||
- Clojure for the SSB
|
- Clojure for the SSB
|
||||||
|
|
Loading…
Reference in New Issue