Files
blog_os/blog/config.toml
Wu Yu Wei 4784ec9915 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
2020-01-07 10:54:49 +01:00

18 lines
386 B
TOML

title = "Writing an OS in Rust"
base_url = "https://os.phil-opp.com"
highlight_code = true
highlight_theme = "visual-studio-dark"
generate_rss = true
languages = [
{ code = "zh-CN" }, # Chinese (simplified)
{ code = "zh-TW" }, # Chinese (tradictional)
]
ignored_content = ["*/README.md"]
[extra]
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }