Commit Graph

43 Commits

Author SHA1 Message Date
Jan-Lukas Else 6e3fedeb20 Use cmp.Or 2024-04-22 15:49:22 +02:00
Jan-Lukas Else 9da5f0085a Add option to filter for parameters on index 2023-09-07 17:01:53 +02:00
Jan-Lukas Else 2f8dabc83e Send contact messages and notifications asynchronously 2023-03-05 17:17:40 +01:00
Jan-Lukas Else 7c578df700 Working version of date archives for sections 2023-02-24 22:41:33 +01:00
Jan-Lukas Else 7052b686fb Query sitemap dates with status and visibility 2023-02-24 21:41:46 +01:00
Jan-Lukas Else 80dfaf4814 Revert "Add date-based archives per section"
This reverts commit a89a9cafa3.
2023-02-24 21:31:13 +01:00
Jan-Lukas Else a89a9cafa3 Add date-based archives per section 2023-02-24 18:34:17 +01:00
Jan-Lukas Else 8f2b7c7101 Update Go, some more improvements and fixes 2023-02-02 22:59:12 +01:00
Jan-Lukas Else e8a5e9eb0e More strings.Builder and io.Pipe 2023-01-24 14:30:53 +01:00
Jan-Lukas Else 37a9e1f29c Split status in status and visibility
Closes #38

This aligns the implementation more with the IndieWeb standards and allows setting and updating status and visibility individually.
2022-09-23 11:05:07 +02:00
Jan-Lukas Else 2158b156c5 Basic (experimental) plugin support with two plugin types (exec and middleware) 2022-08-09 17:47:53 +02:00
Jan-Lukas Else f42b3256a4 Fix minify 2022-04-10 11:46:35 +02:00
Jan-Lukas Else 474155306d Go 1.18 2022-03-16 08:28:03 +01:00
Jan-Lukas Else 94dba7a9b8 Fix some issues discovered by linting 2022-02-25 16:29:42 +01:00
Jan-Lukas Else 222c792908 More improvements (less buffers, some fixes) 2022-02-12 22:29:45 +01:00
Jan-Lukas Else 1c7195a135 Breaking! Render everything using go functions, remove custom pages support and now unused template rendering 2022-01-30 16:40:53 +01:00
Jan-Lukas Else 7fe07014f5 Various small improvements and fixes 2021-12-30 12:40:21 +01:00
Jan-Lukas Else a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
Jan-Lukas Else f902beffd3 Sitemap indices with LastMod 2021-08-18 14:47:31 +02:00
Jan-Lukas Else b78c044020 Tests for regex redirects 2021-08-18 10:28:17 +02:00
Jan-Lukas Else 4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
Jan-Lukas Else ba4c32b40b Simple XSL stylesheet for sitemaps 2021-08-04 15:45:58 +02:00
Jan-Lukas Else 7d3cfe784a Use sitemap indices and improve sitemap generation 2021-08-04 11:09:27 +02:00
Jan-Lukas Else 88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
Jan-Lukas Else 3db1f6b85c Contact: Add option for privacy policy 2021-07-22 14:04:46 +02:00
Jan-Lukas Else 4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
Jan-Lukas Else 85bf7ab711 Improve posts db 2021-07-03 12:11:57 +02:00
Jan-Lukas Else 1e0b97b4d4 Add generic day path to sitemap 2021-06-27 20:59:11 +02:00
Jan-Lukas Else eb9a842a40 Fix 2021-06-11 08:24:41 +02:00
Jan-Lukas Else a2f5ddbdcf Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
Jan-Lukas Else 9714d65679 Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
Jan-Lukas Else 1ef34889ae Add native blogroll integration 2021-05-08 21:22:48 +02:00
Jan-Lukas Else 1218def2b6 Add all public URLs to sitemap 2021-03-09 21:35:17 +01:00
Jan-Lukas Else 99789efcd3 Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
Jan-Lukas Else d1850300e5 Drafts 2021-01-15 21:56:46 +01:00
Jan-Lukas Else 9e4a03549f Improve error rendering 2020-12-24 10:09:34 +01:00
Jan-Lukas Else 6256b2fdd9 Use ParseLocal method 2020-12-16 20:21:35 +01:00
Jan-Lukas Else 899caf9aaa Add missing error returns 2020-11-22 20:30:02 +01:00
Jan-Lukas Else 3a866fb3c0 Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
Jan-Lukas Else 96259912cb Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
Jan-Lukas Else dff1da6f68 Simplify routing code a bit 2020-10-15 19:50:34 +02:00
Jan-Lukas Else 50b4bce82f Small things 2020-10-15 17:32:46 +02:00
Jan-Lukas Else 9002142524 Move sitemap code 2020-09-22 17:15:17 +02:00