Simple blogging system written in Go https://goblog.app
Go to file
Jan-Lukas Else 3f3ffb4bec Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +02:00
templates Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +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 Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +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 Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +02:00
go.sum Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +02:00
hooks.go Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +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 Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +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 Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +02:00
templateAssets.go Remove libsass, add hooks which enable to use custom commands to generate css from scss, but much more, also less dependencies 2020-09-20 18:46:25 +02:00
templateStrings.go Add methods to use configurable strings in templates (preparation for multiblog/multilang) 2020-09-20 19:10:01 +02:00
utils.go Fix taxonomies, post order etc. 2020-09-19 14:56:31 +02:00