From 728985bb1d1de0e60423297cf1ba49bd5b10b6f1 Mon Sep 17 00:00:00 2001 From: stev Date: Tue, 28 Feb 2023 00:17:51 +0100 Subject: [PATCH] add a todo list inside the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 976c1e5..ac3a3b7 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ you need help settings `RGMI` and `RHTML`. | HTML_FOOTER | | | LHTML | local directory to put generated HTML | | RHTML | remote directory to put your HTML | + +## To do +- [ ] make script also generate the title based on first h1 title +- [ ] make more variable to use less hard-coded paths +- [ ] reorganise the directory ? + - `html-in`, `html-out`, `gmi`, `assets`... +- [ ] separate script into its own repo ?