Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 8dbf795902 Allow root post 2020-07-29 17:26:33 +02:00
.gitignore The beginning of something awesome 2020-07-28 21:17:07 +02:00
config.go The beginning of something awesome 2020-07-28 21:17:07 +02:00
database.go The beginning of something awesome 2020-07-28 21:17:07 +02:00
database_migrations.go The beginning of something awesome 2020-07-28 21:17:07 +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 Allow root post 2020-07-29 17:26:33 +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 Allow root post 2020-07-29 17:26:33 +02:00