1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-17 16:05:01 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
24cd596348 Remove local https, use certmagic for public https, improve hooks (no empty output) and improve webmentions (admin and ascending order on posts) 2020-11-11 16:58:44 +01:00
c6d25c0385 Fix photos 2020-11-10 16:48:59 +01:00
5a284ab286 Fix chi routing rawpath 2020-11-10 16:40:22 +01:00
902f0f55e8 Fixes 2020-11-10 07:45:32 +01:00
352c0f4d82 Reimplement redirects 2020-11-09 18:33:56 +01:00
5b9ac19cb8 Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
5ea44630d7 Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
5bc95ef807 Redirect to slash-free path 2020-11-05 17:06:42 +01:00
1e7dd17f1a Log to file in combined format 2020-11-03 18:58:32 +01:00
f300c3d498 Improve templates and stuff 2020-11-01 18:37:21 +01:00
d13b0a5394 Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
77f6a53a7e Add garbage collection to cache and cache redirects 2020-10-19 23:33:08 +02:00
a3c6ba832e Massively improve cache using singleflight and storing cacheitems in memory 2020-10-19 23:02:57 +02:00
a2190306da Add HTTP compression 2020-10-19 21:09:51 +02:00
92e508d5cf Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
5652fab725 Add basic security headers 2020-10-16 15:35:38 +02:00
a78883a679 Regex path redirects 2020-10-15 20:54:43 +02:00
dff1da6f68 Simplify routing code a bit 2020-10-15 19:50:34 +02:00
91b094053f Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
a3668baf10 Micropub media endpoint 2020-10-14 21:20:17 +02:00
9e97ec3a2b Micropub get, update, delete (with scopes), and some other fixes 2020-10-14 18:23:56 +02:00
e611a5008d IndieAuth server 2020-10-13 21:35:39 +02:00
6624ac9ecd Custom pages 2020-10-13 13:40:16 +02:00
2e358e2de8 Add profile middleware 2020-10-12 20:23:21 +02:00
69522ef127 Fix routing 2020-10-12 19:12:24 +02:00
d15799997f Fix http routing for taxonomy value paths 2020-10-12 18:08:50 +02:00
95909420ba A lot of progress 2020-10-06 19:07:48 +02:00
d1e0916342 Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
b50f4f55bb ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
6e4bbc63ca Add sitemap 2020-09-22 17:08:34 +02:00
1c8da99620 Photos page 2020-09-21 18:03:05 +02:00
2a9502defb Use mux.Match to find if route is already used 2020-09-21 16:10:00 +02:00
4393d28186 Fix pagination, use blog title and descriptions in feed as fallback 2020-09-20 21:37:04 +02:00
377bf496c2 Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
70f220e693 API endpoint to read posts
API endpoint to create posts from Hugo markdown file
Method to create redirects
Dependency updates
...
2020-09-18 12:34:52 +02:00
4b7507c781 Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
341d9ab3f5 Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
4b066d5ea1 "Urlize" taxonomy values in path 2020-09-01 18:53:21 +02:00
1d31cbe20a Taxonomies, sections and blog with title and description 2020-09-01 18:14:49 +02:00
484da515aa Taxonomies! 2020-08-31 21:12:43 +02:00
c98f3eaca2 Sections 2020-08-25 20:55:32 +02:00
7a8cfb1f05 Add pagination to index 2020-08-05 19:54:04 +02:00
626000ab96 Add simple index (or /blog) site 2020-08-05 19:23:39 +02:00
31591d694c Simplify configuration initialization 2020-08-04 19:42:09 +02:00
e3b346acf7 Add automatic HTTPS 2020-08-01 17:49:46 +02:00
c69480a824 Basic auth, delete posts via api, purge cache after post create / delete 2020-08-01 15:16:21 +02:00
484ca8948a Add API to allow creating posts 2020-07-31 21:44:16 +02:00
12c4415cd3 Fix rendering, render 404 errors, flatten redirects 2020-07-31 21:02:47 +02:00
c3449faec6 Minify HTML of posts 2020-07-31 16:23:29 +02:00
c0c4fa04e0 Various code improvements 2020-07-30 21:18:58 +02:00