Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else f300c3d498 Improve templates and stuff 2020-11-01 18:37:21 +01:00
.vscode Add VSCode config 2020-09-26 16:14:29 +02:00
templates Improve templates and stuff 2020-11-01 18:37:21 +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 basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
activityStreams.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
api.go Small things 2020-10-15 17:32:46 +02:00
autocertCache.go Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
blogs.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
cache.go Small cache things 2020-10-20 18:15:15 +02:00
config.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
customPages.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
database.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
databaseMigrations.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +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 Improve templates and stuff 2020-11-01 18:37:21 +01:00
go.sum Improve templates and stuff 2020-11-01 18:37:21 +01:00
hooks.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
http.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
hugo.go Small things 2020-10-15 17:32:46 +02:00
indieAuth.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
indieAuthServer.go Add basic ActivityPub support and other things 2020-10-26 17:37:31 +01:00
main.go Add basic ActivityPub support and other things 2020-10-26 17:37: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
posts.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
postsDb.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
postsFuncs.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
redirects.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02:00
regexRedirects.go Rename method 2020-10-15 21:12:28 +02:00
render.go Improve templates and stuff 2020-11-01 18:37:21 +01:00
sitemap.go Post-post and post-delete hooks 2020-10-19 20:25:30 +02: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 Improve templates and stuff 2020-11-01 18:37:21 +01:00