diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-04-18 22:39:11 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-04-18 22:39:11 -0600 |
commit | 9bfb9dd2e8fa187a36c4ef98a491b9c2944bbd11 (patch) | |
tree | 80dbee9bbf9e1c3c2c194c9a0a57275196f9ff6a /README.md | |
parent | e8ce49590ed5a73f72e45c8ae2e021ddcf3dbf12 (diff) |
add meaningful error messages when missing mandatory metadatav0.6.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |