13 Commits

Author SHA1 Message Date
aa3ee239f6 Return 404 vs. 500 for invalid category 2022-05-31 09:48:19 -04:00
b971a343a4 Add category/tag feeds
- Add page_head tag to add feed links, canonical URLs, generator, and theme files
- Use page_head in all current themes
2022-05-30 22:01:13 -04:00
fbacacfb5b WIP on feeds / podcasts 2022-05-28 13:51:07 -04:00
1cd7b06add WIP on "all the feeds" 2022-05-27 14:34:21 -04:00
664704d3d5 Fix post edit action
- Add CSRF to post/page list pages (for deletion)
2022-05-23 00:09:09 -04:00
8631a76217 Use most specific URL base match
- Add extensions for web log and data connection
- Add forwarded header middleware
2022-05-22 18:24:09 -04:00
cbf87f5b49 Support directory installations
- Add web log to HttpContext on first retrieval per req
- Add several DotLiquid filters
- Use int for page numbers
- Update all themes to use rel/abs link and other filters
2022-05-21 22:55:13 -04:00
ac3a4fd3f4 Fix prior permalink lookup (a8)
- Fix permalink edit links (a7)
2022-05-21 11:00:03 -04:00
0a21240984 Implement tag mapping
- Move all admin functions to /admin URLs
- Create Liquid filters for page/post edit, category/tag link
- Update all themes to use these filters
- Add delete for pages/posts
- Move category/page functions to Admin module
2022-05-21 00:07:16 -04:00
ea8d4b1c63 Add prior permalink management 2022-05-20 12:15:55 -04:00
a0f3d01e22 Eliminate task warnings
- Bump generator version
2022-05-19 18:07:13 -04:00
7b69fe9439 Return 404 if page URLs have extra content at the end 2022-05-18 20:42:12 -04:00
20b7ba1150 Split handlers into individual files
- Fix 500 when viewing draft posts
2022-05-18 17:04:10 -04:00