refactor: simplify exampleSite configuration files and switch to YAML

Include only overridden values.
This commit is contained in:
Jimmy Cai
2023-09-10 15:42:43 +02:00
parent 5c3277573a
commit 55400d7d95
14 changed files with 113 additions and 198 deletions
@@ -0,0 +1,14 @@
# Enable multilanguage site support
en:
languageName: English
title: Hugo Theme Stack Example Site
weight: 1
zh-cn:
languageName: 中文
title: Hugo 主题 Stack 演示站点
weight: 2
ar:
languageName: عربي
languagedirection: rtl
title: موقع تجريبي
weight: 3