Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 6256b2fdd9 Use ParseLocal method 2020-12-16 20:21:35 +01:00
.vscode Full text search 2020-11-15 11:34:48 +01:00
templates Login form with JWT 2020-12-15 17:40:14 +01:00
.drone.yml Add drone config 2020-09-24 19:07:34 +02:00
.gitignore Improve activitypub sending 2020-11-22 16:10:59 +01:00
Dockerfile Use ParseLocal method 2020-12-16 20:21:35 +01:00
activityPub.go Fix error 2020-12-08 19:36:19 +01:00
activityPubSending.go Verify webmentions using a queue 2020-11-25 12:36:14 +01:00
activityStreams.go Use ParseLocal method 2020-12-16 20:21:35 +01:00
api.go Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
authentication.go Don't send a cookie with every request 2020-12-15 17:56:08 +01:00
blogs.go Fix index navigation 2020-11-15 12:46:24 +01:00
cache.go Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
config.go Login form with JWT 2020-12-15 17:40:14 +01:00
customPages.go Improve Cache 2020-11-20 15:33:20 +01:00
database.go Update IndieAuth (w/o PKCE for now) 2020-12-09 17:25:09 +01:00
databaseMigrations.go Update IndieAuth (w/o PKCE for now) 2020-12-09 17:25:09 +01:00
editor.go Add file upload to editor 2020-12-13 11:28:46 +01:00
errors.go Fix templates 2020-10-12 18:47:23 +02:00
feeds.go Use ParseLocal method 2020-12-16 20:21:35 +01:00
go.mod Use ParseLocal method 2020-12-16 20:21:35 +01:00
go.sum Use ParseLocal method 2020-12-16 20:21:35 +01:00
hooks.go Make hooks a bit more modular 2020-11-17 22:10:13 +01:00
http.go Login form with JWT 2020-12-15 17:40:14 +01:00
httpLogs.go Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
hugo.go Small things 2020-10-15 17:32:46 +02:00
indieAuth.go Add editor to create, update or delete posts 2020-12-12 23:44:03 +01:00
indieAuthServer.go Update IndieAuth (w/o PKCE for now) 2020-12-09 17:25:09 +01:00
main.go Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
markdown.go Update markdown code a bit 2020-12-14 22:05:54 +01:00
micropub.go Add editor to create, update or delete posts 2020-12-12 23:44:03 +01:00
micropubMedia.go Add file upload to editor 2020-12-13 11:28:46 +01:00
minify.go Update dependencies, minify sitemap 2020-10-17 17:36:18 +02:00
nodeinfo.go Add support for nodeinfo 2020-11-17 17:10:14 +01: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 year and month archives 2020-12-13 15:16:47 +01:00
postsDb.go Use ParseLocal method 2020-12-16 20:21:35 +01:00
postsFuncs.go Make hooks a bit more modular 2020-11-17 22:10:13 +01:00
regexRedirects.go Set redirect code 2020-11-10 07:53:08 +01:00
render.go Use ParseLocal method 2020-12-16 20:21:35 +01:00
robotstxt.go Add some features, improve database handling & performance, robots.txt and more 2020-11-09 16:40:12 +01:00
search.go Full text search 2020-11-15 11:34:48 +01:00
sitemap.go Use ParseLocal method 2020-12-16 20:21:35 +01:00
taxonomies.go Improve taxonomy lists 2020-11-22 09:11:57 +01:00
telegram.go Make hooks a bit more modular 2020-11-17 22:10:13 +01:00
templateAssets.go Improve activitypub sending 2020-11-22 16:10:59 +01:00
templateStrings.go Add language based strings 2020-10-12 19:12:43 +02:00
utils.go Improve taxonomy lists 2020-11-22 09:11:57 +01:00
webmention.go Verify webmentions using a queue 2020-11-25 12:36:14 +01:00
webmentionSending.go Custom webmention sending implementation and other improvements 2020-11-16 18:34:29 +01:00
webmentionVerification.go Ellipsize long webmention titles 2020-12-13 10:39:00 +01:00