Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 4b7507c781 Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
templates Index template: Link to feeds in head 2020-09-02 17:56:18 +02:00
.gitignore The beginning of something awesome 2020-07-28 21:17:07 +02:00
api.go Basic auth, delete posts via api, purge cache after post create / delete 2020-08-01 15:16:21 +02:00
cache.go Simplify configuration initialization 2020-08-04 19:42:09 +02:00
config.go Taxonomies, sections and blog with title and description 2020-09-01 18:14:49 +02:00
database.go Simplify configuration initialization 2020-08-04 19:42:09 +02:00
database_migrations.go Taxonomies! 2020-08-31 21:12:43 +02:00
errors.go Fix rendering, render 404 errors, flatten redirects 2020-07-31 21:02:47 +02:00
example-config.yaml Taxonomies, sections and blog with title and description 2020-09-01 18:14:49 +02:00
feeds.go Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
generateLocalHttpsFiles.sh Add automatic HTTPS 2020-08-01 17:49:46 +02:00
go.mod Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
go.sum Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
http.go Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
main.go Simplify emojify 2020-08-24 21:09:30 +02:00
markdown.go Simplify emojify 2020-08-24 21:09:30 +02:00
minify.go Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
posts.go Change feed behavior (.rss, .json, .atom) 2020-09-14 16:07:37 +02:00
redirects.go Flatten redirect chains using recursive sql query 2020-08-01 11:39:24 +02:00
render.go Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
utils.go "Urlize" taxonomy values in path 2020-09-01 18:53:21 +02:00