mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 11:53:31 +08:00
4be110e540
* Add link to navbar sections and refactor names * Prevent duplicate tags and categories information * Add style to the widget links * refactor: add `taxonomy` widget Replaces `categories` and `tag-cloud` widget. * style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
43 lines
889 B
YAML
43 lines
889 B
YAML
toggleMenu: Toggle Menu
|
|
|
|
darkMode: Dark Mode
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} page"
|
|
other: "{{ .Count }} pages"
|
|
section: Section
|
|
subsection:
|
|
one: Subsection
|
|
other: Subsections
|
|
|
|
article:
|
|
back: Back
|
|
tableOfContents: Table of contents
|
|
relatedContent: Related content
|
|
lastUpdatedOn: Last updated on
|
|
readingTime:
|
|
one: "{{ .Count }} minute read"
|
|
other: "{{ .Count }} minute read"
|
|
codeblock:
|
|
copy: Copy
|
|
copied: Copied!
|
|
|
|
notFound:
|
|
title: Not Found
|
|
subtitle: This page does not exist
|
|
|
|
widget:
|
|
archives:
|
|
title: Archives
|
|
more: More
|
|
|
|
search:
|
|
title: Search
|
|
placeholder: Type something...
|
|
resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
|
|
|
footer:
|
|
builtWith: Built with {{ .Generator }}
|
|
designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|