Ticket created by ~not on ~not/mdblog
Looks like file creation date is not very reliable on systems. Let's read metadata from the file. (Stop reading until there's a empty line)
Should recognise patterns like:
- Date: yyyy/mm/dd
- yyyy/mm/dd
- yyyy-mmm-dd
etc.
Ticket created by ~not on ~not/mdblog
When the data folder is like /a/index.md
The correct url should be /a/ or /a/index or /a/index.md.
Going to /a should mean:
- if a.md exists, render it.
- otherwise redirect to /a/.
Related #5
Comment by ~not on ~not/mdblog
b123400 referenced this ticket in commit c76e528.
REPORTED
RESOLVED IMPLEMENTEDComment by ~not on ~not/mdblog
b123400 referenced this ticket in commit f3099c3.
Comment by ~not on ~not/mdblog
b123400 referenced this ticket in commit 76b14c2.
Comment by ~not on ~not/mdblog
b123400 referenced this ticket in commit bce3ceb.