diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-04-17 19:39:38 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-04-17 19:39:38 -0600 |
commit | 6bec182703885761699f6d53bc9034933b03197e (patch) | |
tree | 489ceb8a2223a9e1067e0eabfd91a62d1c7ec051 /README.md | |
parent | d2dfa337171fdad8ed48ce95e3b8f91e291423b7 (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |