Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 6bc70f0a0e Various refactorings 2021-06-23 19:20:50 +02:00
.vscode Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
original-assets Editor section to request location 2021-06-18 16:35:48 +02:00
pkgs Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
templates Various refactorings 2021-06-23 19:20:50 +02:00
testdata Benchmark markdown rendering 2021-06-14 22:41:58 +02:00
.drone.yml Use Scaleway Docker registry 2021-05-08 14:16:02 +02:00
.gitignore Serve files in "static" folder 2020-12-23 14:11:14 +01:00
Dockerfile Provide templates for tests 2021-06-19 08:41:21 +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 Various refactorings 2021-06-23 19:20:50 +02:00
activityPubSending.go More tests and fixes 2021-06-19 08:37:16 +02:00
activityStreams.go More tests and fixes 2021-06-19 08:37:16 +02:00
app.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
authentication.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
blogroll.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
blogstats.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
cache.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
captcha.go More tests and fixes 2021-06-19 08:37:16 +02:00
captcha_test.go Various refactorings 2021-06-23 19:20:50 +02:00
check.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
comments.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
commentsAdmin.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
config.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
customPages.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
database.go Update to new shutdowner version 2021-06-19 23:54:07 +02:00
databaseMigrations.go Fix search not including posts without title 2021-06-15 10:31:55 +02:00
database_test.go More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00
editor.go Various refactorings 2021-06-23 19:20:50 +02:00
errors.go More tests and fixes 2021-06-19 08:37:16 +02:00
errors_test.go More tests and fixes 2021-06-19 08:37:16 +02:00
example-config.yml Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
feeds.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
garbagecollector.go Added regular garbage collection 2021-03-13 13:17:42 +01:00
geo.go More tests and fixes 2021-06-19 08:37:16 +02:00
go.mod Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
go.sum Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
healthcheck.go Update to new shutdowner version 2021-06-19 23:54:07 +02:00
hooks.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
http.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
httpClient.go More tests and fixes 2021-06-19 08:37:16 +02:00
httpClient_test.go Various refactorings 2021-06-23 19:20:50 +02:00
httpLogs.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
indieAuth.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
indieAuthServer.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
main.go Update to new shutdowner version 2021-06-19 23:54:07 +02:00
markdown.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
markdown_test.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
media.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
mediaCompression.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
mediaCompression_test.go Various refactorings 2021-06-23 19:20:50 +02:00
mediaStorage.go Various refactorings 2021-06-23 19:20:50 +02:00
mediaStorage_test.go Various refactorings 2021-06-23 19:20:50 +02:00
micropub.go Various refactorings 2021-06-23 19:20:50 +02:00
micropubMedia.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
nodeinfo.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
notifications.go More tests and fixes 2021-06-19 08:37:16 +02:00
opensearch.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
paths.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
paths_test.go Refactor media storage, add support for FTP 2021-06-23 14:28:51 +02:00
persistentCache.go Small fixes and higher test coverage 2021-06-14 16:29:22 +02:00
postAliases.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
posts.go Fix 2021-06-11 08:24:41 +02:00
postsDb.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
postsDb_test.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
postsFuncs.go Various refactorings 2021-06-23 19:20:50 +02:00
queue.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
regexRedirects.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
render.go Various refactorings 2021-06-23 19:20:50 +02:00
robotstxt.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
robotstxt_test.go More and improved tests and new method to count characters for stats 2021-06-15 17:36:41 +02:00
search.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
sessions.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
shortDomain.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
shortPath.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
sitemap.go Fix 2021-06-11 08:24:41 +02:00
staticFiles.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
taxonomies.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
telegram.go More tests and fixes 2021-06-19 08:37:16 +02:00
telegram_test.go Refactor media compression 2021-06-20 15:18:02 +02:00
templateAssets.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
templateStrings.go Big refactoring: Avoid global vars almost everywhere 2021-06-06 14:39:42 +02:00
tor.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
utils.go Refactor media compression 2021-06-20 15:18:02 +02:00
utils_test.go Refactor media compression 2021-06-20 15:18:02 +02:00
webmention.go Bug fixes, refactoring and other improvements 2021-06-18 14:32:03 +02:00
webmentionAdmin.go Improve method to get relative and full addresses (first unit tests!) 2021-06-10 22:10:13 +02:00
webmentionSending.go More tests and fixes 2021-06-19 08:37:16 +02:00
webmentionVerification.go More tests and fixes 2021-06-19 08:37:16 +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