Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 2639cd9f3b Use GetHead middleware 2020-07-30 15:58:05 +02:00
.gitignore The beginning of something awesome 2020-07-28 21:17:07 +02:00
cache.go Implement basic db-based cache 2020-07-29 22:45:26 +02:00
config.go Implement basic db-based cache 2020-07-29 22:45:26 +02:00
database.go The beginning of something awesome 2020-07-28 21:17:07 +02:00
database_migrations.go Implement basic db-based cache 2020-07-29 22:45:26 +02:00
emoji.go Render markdown 2020-07-28 21:38:12 +02:00
example-config.yaml The beginning of something awesome 2020-07-28 21:17:07 +02:00
go.mod Switch to chi 2020-07-29 16:41:36 +02:00
go.sum Switch to chi 2020-07-29 16:41:36 +02:00
http.go Use GetHead middleware 2020-07-30 15:58:05 +02:00
main.go Configure routes based on post paths from DB 2020-07-29 17:17:48 +02:00
markdown.go Switch to chi 2020-07-29 16:41:36 +02:00
posts.go Implement basic db-based cache 2020-07-29 22:45:26 +02:00
redirects.go Fix 2020-07-29 17:55:10 +02:00