start work on blog builder

update blog

update blog
This commit is contained in:
ktyl 2022-01-05 00:54:43 +00:00
parent dc82673e25
commit 1ab8053179
1 changed files with 13 additions and 0 deletions

13
todo.md
View File

@ -24,6 +24,19 @@
* [x] hope -> use * [x] hope -> use
* [-] features * [-] features
* [-] blog
* [ ] blog builder
* [ ] i want to generate an entire page based on the existence of one markdown file
* [ ] the file should contain no metadata, that should all be generated automatically
* [ ] yyyy/mm/dd folder structure - can probably be copied from source
* [ ] auto generated <title> tags
* [ ] generated file will be in html but will need a second pass from ppp to insert regular templating things
* [ ] parse markdown blog into html
* [ ] embed parsed html into templated pages
* [ ] header
* [ ] sticky slidy from middle to side with scroll
* [ ] nav * [ ] nav
* [ ] turn into <nav> * [ ] turn into <nav>
* [-] footer * [-] footer