mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
15 lines
449 B
YAML
15 lines
449 B
YAML
# Sort according to appearance order
|
|
|
|
# Single page
|
|
authorDelimiter: ", "
|
|
lastmodWrapper: " (Modified: {{ .lastmod }})"
|
|
tableOfContents: Table of Contents
|
|
colon: ':' # Taxonomy, e.g. Tags:
|
|
previousPage: "Prev: " # Page nav
|
|
nextPage: "Next: " # Page nav
|
|
themeInfo: Built with {{ .hugo }} and based on {{ .yue }} theme # Footer
|
|
|
|
# 404 page, e.g. /en/404.html
|
|
404Message: The page you visited was not found.
|
|
404HomeLinkMessage: Return to the home page
|