Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else fcac755814 Add VSCode config 2020-09-26 16:14:29 +02:00
.vscode Add VSCode config 2020-09-26 16:14:29 +02:00
templates Photos page 2020-09-21 18:03:05 +02:00
.drone.yml Add drone config 2020-09-24 19:07:34 +02:00
.gitignore Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
Dockerfile Add Dockerfile 2020-09-24 19:04:28 +02:00
activitystreams.go Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
api.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
cache.go Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
config.go ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
database.go Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
database_migrations.go Improve speed of sqlite queries using indexes and a trigger to find out the section of a post 2020-09-20 21:23:37 +02:00
errors.go Fixes 2020-09-21 16:12:17 +02:00
example-config.yaml ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
feeds.go Fix pagination, use blog title and descriptions in feed as fallback 2020-09-20 21:37:04 +02:00
go.mod Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
go.sum Fix activitystream path manipulation 2020-09-25 19:23:01 +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 Fix activitystream path manipulation 2020-09-25 19:23:01 +02:00
hugo.go Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
main.go Use mutexes to prevent cache stampede 2020-09-22 16:42:36 +02:00
markdown.go Use custom renderer for images too 2020-09-21 17:05:50 +02:00
minify.go Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
posts.go ActivityStreams variant for posts 2020-09-24 17:13:03 +02:00
postsDb.go Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
postsFuncs.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
redirects.go Fix database lock when trying to write already existing redirect 2020-09-20 22:04:42 +02:00
render.go Photos page 2020-09-21 18:03:05 +02:00
sitemap.go Move sitemap code 2020-09-22 17:15:17 +02:00
templateAssets.go Fixes 2020-09-21 16:12:17 +02:00
templateStrings.go Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +02:00
utils.go Use mux.Match to find if route is already used 2020-09-21 16:10:00 +02:00