Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2021-06-21 19:44:54 +0300
committerGitHub <noreply@github.com>2021-06-21 19:44:54 +0300
commit41fa65cbf5c43301c56b74a7cb2a8bb2edc54f1e (patch)
tree596c55104597c905d4530839f583db1edc18a762 /i18n/en.yaml
parentdda55f87e28e5132abfe0bcb4991e93c79688e5e (diff)
feat: Table of Contents (#232)
Currently, the new table of contents is disabled by default. I will change that after several versions. ------------- * feat: Table of Content (WIP) * fix: set scratch inside define block * fix(toc): darkmode text color * feat: unify page layout, and add config to disable toc * feat: add scroll-behavior: smooth to html * fix: use <ol> for TOC. And Disable TOC by default for now * refactor: use css flexbox for article page with toc enable toc for example site * feat(i18n): add i18n entry for "Back" and "Table of Contents" * style: remove unused `keep-sidebar` class * doc: add table of contents as feature
Diffstat (limited to 'i18n/en.yaml')
-rw-r--r--i18n/en.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 99d34ce..21b1310 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -17,8 +17,15 @@ list:
other: Subsections
article:
+ back:
+ other: Back
+
+ tableOfContents:
+ other: Table of contents
+
relatedContents:
other: Related contents
+
lastUpdatedOn:
other: Last updated on
@@ -32,8 +39,10 @@ widget:
archives:
title:
other: Archives
+
more:
other: More
+
tagCloud:
title:
other: Tags
@@ -41,13 +50,16 @@ widget:
search:
title:
other: Search
+
placeholder:
other: Type something...
+
resultTitle:
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
footer:
builtWith:
other: Built with {{ .Generator }}
+
designedBy:
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}