1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 06:34:28 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
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
d186f2e956 Show unlisted and private posts for logged-in users in map (#18) 2022-08-01 18:24:45 +02:00
22fce13246 Option to hide gpx route with frontmatter "showroute: false" 2022-07-13 16:02:08 +02:00
315fd45955 On map page load locations and tracks using seperate JSON request 2022-07-03 10:42:26 +02:00
fd04bed9f6 Allow posts to have multiple locations 2022-05-26 20:08:52 +02: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
aa319b70fb Render all non-login using new method to use less allocations and memory 2022-01-20 18:22:10 +01:00
a1a88cb6df Test complete captcha flow, simplify some code parts 2021-12-20 14:00:11 +01:00
61cc369518 Small fix 2021-11-22 17:19:07 +01:00
783afc1c3e Make map tiles configurable
Closes #5
2021-11-22 16:36:17 +01:00
b906b55f72 Support GPX routes and waypoints as well 2021-11-16 18:01:11 +01:00
55ef904286 Fix 2021-11-13 20:40:25 +01:00
0ea54f87a6 Show tracks on map as well 2021-11-13 20:19:46 +01:00
1a6b1e6776 Basic trips/gpx support 2021-11-10 11:13:30 +01:00
bbfc68d145 Editor live preview 2021-11-01 18:39:08 +01:00
4c8c147c4c Further improve post title rendering 2021-08-05 08:09:34 +02:00
5dafac827c Section option to show full post content on index & fixes 2021-07-31 13:20:51 +02:00
88f26ef3c6 Reduce complexity of router build method 2021-07-27 12:51:08 +02:00
c2dada5d50 Refactor and test authentication middleware 2021-07-24 13:35:26 +02:00
bdbaf9b915 Contact form feature 2021-07-22 13:41:52 +02:00
f23ce63043 Serve leaflet locally, proxy tiles 2021-07-19 18:41:38 +02:00
4205fb173f Priorities for posts (pinned posts), comments on blogroll, stats and map & some refactorings and fixes 2021-07-12 16:19:28 +02:00
09804d7640 Add map feature 2021-07-06 21:06:39 +02:00