images, deterministic caching

This commit is contained in:
2024-12-03 22:01:12 +00:00
parent fa262d3098
commit 0634e7a3f7
8 changed files with 62 additions and 22 deletions

View File

@@ -6,4 +6,8 @@ Some styling and general logic of my website, separated from content. No extra a
cp themes/yrzam/init/hugo.yaml . # site config
hugo new _index.md --kind home # home template
hugo new yoursection --kind section # list template
# put png favicons in assets/favicon
# read generated _index template
```
Resource names must not start with underscore. Pattern `/_` in the URL means that resource may be permanently cached (but it won't unless you configure this rule on the web server).