Start adding support for translations

This commit is contained in:
Philipp Oppermann
2019-11-26 15:49:46 +01:00
parent e9361e74e8
commit 55a45c7673
3 changed files with 18 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ highlight_code = true
highlight_theme = "visual-studio-dark"
generate_rss = true
languages = [
{ code = "zh" }, # Chinese
]
[extra]
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }