summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 19:39:38 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 19:39:38 -0600
commit6bec182703885761699f6d53bc9034933b03197e (patch)
tree489ceb8a2223a9e1067e0eabfd91a62d1c7ec051 /README.md
parentd2dfa337171fdad8ed48ce95e3b8f91e291423b7 (diff)
add initial logging capabilities
still need to add logging to rest of the program: builder, database, discovery, page, parser and rest of the pyssg (build part)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7845805..2163a95 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Inspired (initially) by Roman Zolotarev's [`ssg5`](https://rgz.ee/bin/ssg5) and
- [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.
+- [ ] Add option/change to using an SQL database instead of the custom solution.
### Markdown features