Adding persian support

This commit is contained in:
Hamid R. K. Pishghadam
2020-11-12 16:10:55 +03:30
parent 19bf93a59d
commit a1bb75850d
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ languages = [
{ code = "zh-CN" }, # Chinese (simplified)
{ code = "zh-TW" }, # Chinese (traditional)
{ code = "ja" }, # Japanese
{ code = "fa" }, # Persian
]
ignored_content = ["*/README.md"]

View File

@@ -0,0 +1,7 @@
+++
title = "Posts"
sort_by = "weight"
insert_anchor_links = "left"
render = false
page_template = "second-edition/page.html"
+++