Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else fa3242917b Set redirect code 2020-11-10 07:53:08 +01:00
.vscode Add VSCode config 2020-09-26 16:14:29 +02:00
templates More meta tags 2020-11-09 17:04:20 +01:00
.drone.yml Add drone config 2020-09-24 19:07:34 +02:00
.gitignore Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
Dockerfile Add Dockerfile 2020-09-24 19:04:28 +02:00
activityPub.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
activityStreams.go Remove unused config 2020-11-09 19:34:22 +01:00
api.go Reimplement redirects 2020-11-09 18:33:56 +01:00
autocertCache.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
blogs.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
cache.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
config.go Set redirect code 2020-11-10 07:53:08 +01:00
customPages.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
database.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
databaseMigrations.go Reimplement redirects 2020-11-09 18:33:56 +01:00
errors.go Fix templates 2020-10-12 18:47:23 +02:00
feeds.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
go.mod Add Delete support to activitypub 2020-11-08 23:04:32 +01:00
go.sum Add Delete support to activitypub 2020-11-08 23:04:32 +01:00
hooks.go Add Telegram syndication 2020-11-09 19:54:06 +01:00
http.go Fixes 2020-11-10 07:45:32 +01:00
hugo.go Small things 2020-10-15 17:32:46 +02:00
indieAuth.go Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
indieAuthServer.go Fixes 2020-11-10 07:45:32 +01:00
main.go Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
markdown.go Disable markdown linkify extension 2020-10-18 12:10:00 +02:00
micropub.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
micropubMedia.go Micropub media endpoint 2020-10-14 21:20:17 +02:00
minify.go Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
notifications.go Add Telegram syndication 2020-11-09 19:54:06 +01:00
postAliases.go Reimplement redirects 2020-11-09 18:33:56 +01:00
posts.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
postsDb.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
postsFuncs.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
regexRedirects.go Set redirect code 2020-11-10 07:53:08 +01:00
render.go Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
robotstxt.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
sitemap.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
telegram.go Fix 2020-11-09 22:00:57 +01:00
templateAssets.go Simplify routing code a bit 2020-10-15 19:50:34 +02:00
templateStrings.go Add language based strings 2020-10-12 19:12:43 +02:00
utils.go Webmentions, Telegram Notifications, etc. 2020-11-06 18:45:31 +01:00
webmentions.go Auto-improve internal webmentions 2020-11-09 18:54:34 +01:00