Add Traditional Chinese on chapter 1 (#699)

* Add traditional chinese on chapter 1

* Fix markdown typo

* Fix language tag

* Rename post name to right language tag

* Add commit data to front matter

* Update extra info in front matter
This commit is contained in:
Wu Yu Wei
2020-01-07 17:54:49 +08:00
committed by Philipp Oppermann
parent 60ce0e0cd4
commit 4784ec9915
2 changed files with 519 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ generate_rss = true
languages = [
{ code = "zh-CN" }, # Chinese (simplified)
{ code = "zh-TW" }, # Chinese (tradictional)
]
ignored_content = ["*/README.md"]