Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 9846cf2211 Rework template initialization, load all templates from template directory 2020-09-20 17:47:54 +02:00
templates Fix taxonomies, post order etc. 2020-09-19 14:56:31 +02:00
.gitignore Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
api.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
cache.go Simplify configuration initialization 2020-08-04 19:42:09 +02:00
config.go Make menu config map, not list 2020-09-20 17:28:24 +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 Make menu config map, not list 2020-09-20 17:28:24 +02:00
feeds.go Add method to generate post summaries, extend feeds 2020-09-15 17:01:53 +02:00
generateLocalHttpsFiles.sh Add automatic HTTPS 2020-08-01 17:49:46 +02:00
go.mod Use cast library for Hugo import 2020-09-19 13:07:58 +02:00
go.sum Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
http.go Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
hugo.go Use cast library for Hugo import 2020-09-19 13:07:58 +02:00
main.go Rework template initialization, load all templates from template directory 2020-09-20 17:47:54 +02:00
markdown.go Fix emojis 2020-09-18 13:11:25 +02:00
minify.go Add RSS/Atom/JSON Feed 2020-09-02 17:48:37 +02:00
posts.go Fix taxonomies, post order etc. 2020-09-19 14:56:31 +02:00
postsDb.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
postsFuncs.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
redirects.go API endpoint to read posts 2020-09-18 12:34:52 +02:00
render.go Rework template initialization, load all templates from template directory 2020-09-20 17:47:54 +02:00
templateAssets.go Fix asset handling 2020-09-19 12:57:14 +02:00
utils.go Fix taxonomies, post order etc. 2020-09-19 14:56:31 +02:00