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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue