Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 00add1c312 Fix 2020-07-29 17:55:10 +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 Add redirects table and simple redirect functionality 2020-07-29 17:39:46 +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 Fix 2020-07-29 17:55:10 +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 Fix 2020-07-29 17:55:10 +02:00
redirects.go Fix 2020-07-29 17:55:10 +02:00