Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 92e508d5cf Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
.vscode Add VSCode config 2020-09-26 16:14:29 +02:00
templates Update dependencies, minify sitemap 2020-10-17 17:36:18 +02: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
activitystreams.go Small things 2020-10-15 17:32:46 +02: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
cache.go Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
config.go Regex path redirects 2020-10-15 20:54:43 +02:00
customPages.go Custom pages 2020-10-13 13:40:16 +02:00
database.go Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
databaseMigrations.go Replace certmagic with autocert and use database to store certs 2020-10-15 17:02:58 +02:00
errors.go Fix templates 2020-10-12 18:47:23 +02:00
example-config.yaml Regex path redirects 2020-10-15 20:54:43 +02:00
feeds.go Small things 2020-10-15 17:32:46 +02:00
go.mod Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
go.sum Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
hooks.go Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +02:00
http.go Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
hugo.go Small things 2020-10-15 17:32:46 +02:00
indieauth.go Micropub get, update, delete (with scopes), and some other fixes 2020-10-14 18:23:56 +02:00
indieauthserver.go IndieAuth server 2020-10-13 21:35:39 +02:00
main.go Rename method 2020-10-15 21:12:28 +02:00
markdown.go Use custom renderer for images too 2020-09-21 17:05:50 +02:00
micropub.go Small things 2020-10-15 17:32:46 +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 Post translations, little progress on templates 2020-10-16 20:34:34 +02:00
postsDb.go Small things 2020-10-15 17:32:46 +02:00
postsFuncs.go Post translations, little progress on templates 2020-10-16 20:34:34 +02:00
redirects.go Fix templates 2020-10-12 18:47:23 +02:00
regexRedirects.go Rename method 2020-10-15 21:12:28 +02:00
render.go Post translations, little progress on templates 2020-10-16 20:34:34 +02:00
sitemap.go Simplify routing code a bit 2020-10-15 19:50:34 +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 A lot of progress 2020-10-06 19:07:48 +02:00