1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 10:44:27 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
00e608ea27 Make share and translation button hideable (#11) 2022-10-07 17:08:37 +02:00
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
52969a7376 Don't show like context twice 2022-08-17 19:23:37 +02:00
a45d28d04f Add UI plugins (#33) and improve documentation for plugins (#32) 2022-08-12 15:42:06 +02:00
e8189acb40 Reply / like context in feeds (#22) 2022-07-31 19:49:58 +02:00
ef722789ac Add setting to hide old content warning (fix #12) 2022-07-21 19:09:50 +02:00
22fce13246 Option to hide gpx route with frontmatter "showroute: false" 2022-07-13 16:02:08 +02:00
2b1346e8d5 (Experimental) external video integration using hls.js 2022-05-27 09:48:57 +02:00
fd04bed9f6 Allow posts to have multiple locations 2022-05-26 20:08:52 +02:00
1e03474539 Reactions 2022-04-16 21:42:09 +02:00
921212dacf Rework map scripts 2022-04-15 21:00:10 +02:00
4784bd1258 Summary shows when post has a map 2022-04-14 08:48:54 +02:00
89eb4ba9b8 Add missing closing link tag 2022-03-25 15:11:41 +01:00
68daab64e3 Use more writers and streaming when possible 2022-02-11 16:19:10 +01:00
1c7195a135 Breaking! Render everything using go functions, remove custom pages support and now unused template rendering 2022-01-30 16:40:53 +01:00
e02ec1cd71 Replace more templates 2022-01-27 18:17:44 +01:00
763188169f Some performance and memory improvements 2022-01-26 12:02:12 +01:00
aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00