Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 377bf496c2 Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
templates API endpoint to read posts 2020-09-18 12:34:52 +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 API endpoint to read posts 2020-09-18 12:34:52 +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 API endpoint to read posts 2020-09-18 12:34:52 +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 Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +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 API endpoint to read posts 2020-09-18 12:34:52 +02:00
main.go Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +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 API endpoint to read posts 2020-09-18 12:34:52 +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 Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
templateAssets.go Asset handling with minification, fingerprinting and Cache-Control headers 2020-09-19 12:27:07 +02:00
utils.go Add method to generate post summaries, extend feeds 2020-09-15 17:01:53 +02:00