Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 0175ce1729 Move buffering and execution of templates to own func 2020-07-31 19:46:12 +02:00
templates Initial state of rendering 2020-07-31 15:48:01 +02:00
.gitignore The beginning of something awesome 2020-07-28 21:17:07 +02:00
cache.go Various code improvements 2020-07-30 21:18:58 +02:00
config.go Initial state of rendering 2020-07-31 15:48:01 +02:00
database.go Various code improvements 2020-07-30 21:18:58 +02:00
database_migrations.go Cache middleware now records the response and writes that to the DB 2020-07-30 16:43:04 +02:00
emoji.go Initial state of rendering 2020-07-31 15:48:01 +02:00
example-config.yaml Initial state of rendering 2020-07-31 15:48:01 +02:00
go.mod Minify HTML of posts 2020-07-31 16:23:29 +02:00
go.sum Minify HTML of posts 2020-07-31 16:23:29 +02:00
http.go Minify HTML of posts 2020-07-31 16:23:29 +02:00
main.go Minify HTML of posts 2020-07-31 16:23:29 +02:00
markdown.go Switch to chi 2020-07-29 16:41:36 +02:00
minify.go Minify HTML of posts 2020-07-31 16:23:29 +02:00
posts.go Move buffering and execution of templates to own func 2020-07-31 19:46:12 +02:00
redirects.go Initial state of rendering 2020-07-31 15:48:01 +02:00
render.go Move buffering and execution of templates to own func 2020-07-31 19:46:12 +02:00