Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else e15d33b0dd Advance the blogstats even more 2021-04-28 20:03:20 +02:00
.vscode Command "check" to check for broken external links and improve graceful shutdown 2021-04-03 15:39:43 +02:00
original-assets Fix buttons in some browsers (Firefox ESR) 2021-04-20 20:38:19 +02:00
templates Advance the blogstats even more 2021-04-28 20:03:20 +02:00
.drone.yml Add drone config 2020-09-24 19:07:34 +02:00
.gitignore Serve files in "static" folder 2020-12-23 14:11:14 +01:00
Dockerfile Fix, don't cache apk repo 2021-04-14 22:07:37 +02:00
LICENSE Add MIT license 2020-12-18 22:25:58 +01:00
README.md Add example config 2021-03-15 22:28:43 +01:00
activityPub.go Improve HTTP handling (timeouts etc.) 2021-03-31 09:29:52 +02:00
activityPubSending.go Improve HTTP handling (timeouts etc.) 2021-03-31 09:29:52 +02:00
activityStreams.go Improve content negotiation and activity streams 2021-03-10 11:29:20 +01:00
authentication.go Allow requesting webmentions with status using query param 2021-03-06 19:29:15 +01:00
blogs.go Fix lint errors 2021-02-08 18:51:07 +01:00
blogstats.go Advance the blogstats even more 2021-04-28 20:03:20 +02:00
cache.go Added regular garbage collection 2021-03-13 13:17:42 +01:00
captcha.go Show admin links when logged in 2021-02-20 23:35:16 +01:00
check.go Blogstats with months (on click) 2021-04-23 20:52:12 +02:00
comments.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
commentsAdmin.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
config.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
customPages.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
database.go Advance the blogstats even more 2021-04-28 20:03:20 +02:00
databaseMigrations.go Save notifications to DB, Notificationsadmin 2021-02-20 15:42:45 +01:00
editor.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
errors.go Reduce amount of middleware initializations when rebuilding router 2021-03-22 15:57:29 +01:00
example-config.yml Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
feeds.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
garbagecollector.go Added regular garbage collection 2021-03-13 13:17:42 +01:00
go.mod Advance the blogstats even more 2021-04-28 20:03:20 +02:00
go.sum Advance the blogstats even more 2021-04-28 20:03:20 +02:00
healthcheck.go Add healthcheck for Docker 2021-04-11 16:10:20 +02:00
hooks.go Some small changes 2021-03-26 09:33:46 +01:00
http.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
httpClient.go Improve HTTP handling (timeouts etc.) 2021-03-31 09:29:52 +02:00
httpLogs.go Rotate logs and cache assets too 2020-11-26 17:40:40 +01:00
indieAuth.go Fix lint errors 2021-02-08 18:51:07 +01:00
indieAuthServer.go Show admin links when logged in 2021-02-20 23:35:16 +01:00
main.go Update dependencies 2021-04-23 18:48:08 +02:00
markdown.go Update Emojilib 2020-12-31 17:15:05 +01:00
media.go Update dependencies 2021-03-03 18:19:55 +01:00
mediaCompression.go Add Cloudflare as image compression service 2021-04-21 20:10:32 +02:00
micropub.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
micropubMedia.go Add Cloudflare as image compression service 2021-04-21 20:10:32 +02:00
minify.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
nodeinfo.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
notifications.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
postAliases.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
posts.go Fix ActivityStreams, only serve AS on desired paths 2021-03-23 07:27:12 +01:00
postsDb.go Various improvements; Remove Hugo import API; Add feeds for photos 2021-02-16 16:26:21 +01:00
postsFuncs.go Drafts 2021-01-15 21:56:46 +01:00
regexRedirects.go cache path redirects and improve regexredirects 2021-01-21 17:08:11 +01:00
render.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
robotstxt.go Private mode 2021-02-27 08:31:06 +01:00
search.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
shortDomain.go Add config for short domains 2020-12-24 11:00:16 +01:00
shortPath.go Update dependencies 2021-03-03 18:19:55 +01:00
shutdown.go Command "check" to check for broken external links and improve graceful shutdown 2021-04-03 15:39:43 +02:00
sitemap.go Add all public URLs to sitemap 2021-03-09 21:35:17 +01:00
staticFiles.go Add Cache-Control header for static files 2021-01-10 17:26:13 +01:00
taxonomies.go Improve http router setup (use middlewares instead of custom functions) 2021-03-22 08:20:56 +01:00
telegram.go Improve HTTP handling (timeouts etc.) 2021-03-31 09:29:52 +02:00
templateAssets.go Various changes (SRI for JS, HTTP server init, ect.) 2021-04-02 10:28:04 +02:00
templateStrings.go Various changes (SRI for JS, HTTP server init, ect.) 2021-04-02 10:28:04 +02:00
tor.go Command "check" to check for broken external links and improve graceful shutdown 2021-04-03 15:39:43 +02:00
utils.go Advance the blogstats even more 2021-04-28 20:03:20 +02:00
webmention.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
webmentionAdmin.go Allow requesting webmentions with status using query param 2021-03-06 19:29:15 +01:00
webmentionSending.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00
webmentionVerification.go Add config options to disable sending and receiving of webmentions 2021-04-23 19:36:57 +02:00

README.md

GoBlog

Hello!

This repository contains the code for GoBlog, my own blogging system. I created it because I was tired of all the workarounds to customize Hugo and other blog systems to my needs.

The goals of GoBlog are:

  • Minimalism
  • Performance
  • Flexibility
  • IndieWeb

To configure GoBlog, take a look at the example-config.yml file and save your configuration to config\config.yml.

Administration paths:

  • Login: /login
  • Logout: /logout
  • Editor: /editor (prefixed with the blog path)
  • Notifications: /notifications
  • Webmentions: /webmention
  • Comments: /comment

More detailed documentation on how to use GoBlog yourself will follow soon.

jlelse