summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 15:16:50 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 15:16:50 -0600
commitd2dfa337171fdad8ed48ce95e3b8f91e291423b7 (patch)
tree0a2b46b1f0510b13eb2d4cc2f06ed9d393ac8234 /README.md
parent3c0691df1b7ff1fd04e22ab6055e84cc2137504e (diff)
add build and upload command, modified readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1a0a3b4..7845805 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Inspired (initially) by Roman Zolotarev's [`ssg5`](https://rgz.ee/bin/ssg5) and [`rssg`](https://rgz.ee/bin/rssg), Luke Smith's [`lb` and `sup`](https://github.com/LukeSmithxyz/lb) and, pedantic.software's great (but *"mamador"*, as I would say in spanish) [`blogit`](https://pedantic.software/git/blogit/).
-## Current features
+## Features and to-do
- [x] Build static site parsing `markdown` files ( `*.md` -> `*.html`)
- [x] ~~Using plain `*.html` files for templates.~~ Changed to Jinja templates.
@@ -19,13 +19,10 @@ Inspired (initially) by Roman Zolotarev's [`ssg5`](https://rgz.ee/bin/ssg5) and
- [ ] Extend this to tag pages and index (right now all tags and index is built no matter if no new/updated file is present).
- [x] Configuration file. ~~as an alternative to using command line flags (configuration file options are prioritized).~~
- [x] Use [`configparser`](https://docs.python.org/3/library/configparser.html) instead of custom config handler.
-
-**Please note that I've removed the use of command line flags for now as it was too much bloat and unnecessary.**
-
-### To be added/fixed
-
+ - [ ] Migrate to YAML instead of INI, as it is way more flexible.
- [x] Avoid the program to freak out when there are directories created in advance.
- [ ] Provide more meaningful error messages when you are missing mandatory tags in your `.md` files.
+- [ ] More complex directory structure to support multiple subdomains and different types of pages.
### Markdown features