Add missing content files for Simplified Chinese, change language code
This commit is contained in:
@ -13,13 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Add ability to enable inline table of contents in articles (#94 and #95).
|
- Add ability to enable inline table of contents in articles (#94 and #95).
|
||||||
- Add ability to make table of contents use numbered lists (#95).
|
- Add ability to make table of contents use numbered lists (#95).
|
||||||
- Add ability to open search by pressing the slash key.
|
- Add ability to open search by pressing the slash key.
|
||||||
|
- Add Simplified Chinese translation (#97).
|
||||||
- Add support for Content Security Policy (#90).
|
- Add support for Content Security Policy (#90).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Adjust strings to make translation to specific languages possible (#100).
|
||||||
- Change fleuron style.
|
- Change fleuron style.
|
||||||
- Focus search after opening it.
|
- Focus search after opening it.
|
||||||
- Make it possible to rearrange the "Powered by" links (for i18n).
|
|
||||||
- Make the entire article card clickable (#92).
|
- Make the entire article card clickable (#92).
|
||||||
- Move quick navigation buttons to the top on mobile.
|
- Move quick navigation buttons to the top on mobile.
|
||||||
- Return some `-webkit-` prefixes for wider compatibility.
|
- Return some `-webkit-` prefixes for wider compatibility.
|
||||||
|
@ -72,6 +72,13 @@ generate_feeds = true
|
|||||||
|
|
||||||
taxonomies = [{ name = "tags", feed = true }]
|
taxonomies = [{ name = "tags", feed = true }]
|
||||||
|
|
||||||
|
[languages.zh-Hans]
|
||||||
|
title = "Duckquill"
|
||||||
|
description = "有主见、现代、漂亮、简洁的 Zola 主题。"
|
||||||
|
generate_feeds = true
|
||||||
|
|
||||||
|
taxonomies = [{ name = "tags", feed = true }]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Which theme should be used by default (light/dark).
|
# Which theme should be used by default (light/dark).
|
||||||
#
|
#
|
||||||
|
1
content/_index.zh-Hans.md
Symbolic link
1
content/_index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
_index.md
|
1
content/blog/_index.zh-Hans.md
Symbolic link
1
content/blog/_index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
_index.md
|
1
content/blog/dolor/index.zh-Hans.md
Symbolic link
1
content/blog/dolor/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/blog/drafted-post/index.zh-Hans.md
Symbolic link
1
content/blog/drafted-post/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/blog/ipsum/index.zh-Hans.md
Symbolic link
1
content/blog/ipsum/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/blog/long-long-man/index.zh-Hans.md
Symbolic link
1
content/blog/long-long-man/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/blog/lorem/index.zh-Hans.md
Symbolic link
1
content/blog/lorem/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/blog/the-quill-of-duck/index.zh-Hans.md
Symbolic link
1
content/blog/the-quill-of-duck/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/demo/index.zh-Hans.md
Symbolic link
1
content/demo/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
1
content/demo/page.zh-Hans.md
Symbolic link
1
content/demo/page.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
page.md
|
1
content/mods/index.zh-Hans.md
Symbolic link
1
content/mods/index.zh-Hans.md
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
index.md
|
Reference in New Issue
Block a user