summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-18 22:39:11 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-18 22:39:11 -0600
commit9bfb9dd2e8fa187a36c4ef98a491b9c2944bbd11 (patch)
tree80dbee9bbf9e1c3c2c194c9a0a57275196f9ff6a /README.md
parente8ce49590ed5a73f72e45c8ae2e021ddcf3dbf12 (diff)
add meaningful error messages when missing mandatory metadatav0.6.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 722ada4..8a56246 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Inspired (initially) by Roman Zolotarev's [`ssg5`](https://rgz.ee/bin/ssg5) and
- [x] Use [`configparser`](https://docs.python.org/3/library/configparser.html) instead of custom config handler.
- [ ] 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.
+- [x] Provide more meaningful error messages when you are missing mandatory metadata 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.