mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-12-11 02:09:05 +00:00
images, deterministic caching
This commit is contained in:
@@ -2,20 +2,21 @@
|
||||
linkTitle: home
|
||||
title:
|
||||
description:
|
||||
image:
|
||||
link:
|
||||
ratio: 1/1 # x/y
|
||||
image: # localpath from assets/
|
||||
pgp:
|
||||
fingerprint:
|
||||
link:
|
||||
fingerprint: # space-separated
|
||||
link: # localpath from static/
|
||||
links:
|
||||
- link:
|
||||
icon:
|
||||
- url:
|
||||
icon: # localpath from assets/icons/ w/o ext
|
||||
# ...
|
||||
sections:
|
||||
- name:
|
||||
link:
|
||||
icon:
|
||||
link: # /<section>/
|
||||
icon: # localpath from assets/icons/ w/o ext
|
||||
# ...
|
||||
notice:
|
||||
|
||||
# generator settings, no need to edit
|
||||
cascade: [ build: { publishResources: false } ]
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
linkTitle: "{{ .File.ContentBaseName | humanize | lower }}"
|
||||
title: "{{ .File.ContentBaseName | humanize }}"
|
||||
outputs: [html]
|
||||
outputs: [html] # ,rss
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user