diff options
Diffstat (limited to '_data')
-rw-r--r-- | _data/defaults.yml | 4 | ||||
-rw-r--r-- | _data/translate_langs.yml | 27 |
2 files changed, 31 insertions, 0 deletions
diff --git a/_data/defaults.yml b/_data/defaults.yml new file mode 100644 index 0000000..2f72bd4 --- /dev/null +++ b/_data/defaults.yml @@ -0,0 +1,4 @@ +home: + heading: "Your awesome heading" + subheading: "Your awesome subheading" + banner: "Your image url" diff --git a/_data/translate_langs.yml b/_data/translate_langs.yml new file mode 100644 index 0000000..977e69e --- /dev/null +++ b/_data/translate_langs.yml @@ -0,0 +1,27 @@ +- lang: en + img: https://www.countryflags.io/us/flat/64.png + text: English + +- lang: fr + img: https://www.countryflags.io/fr/flat/64.png + text: Franch + +- lang: zh-CN + img: https://www.countryflags.io/cn/flat/64.png + text: Chinese(Simple) + +- lang: zh-TW + img: https://www.countryflags.io/tw/flat/64.png + text: Chinese(Traditional) + +- lang: ja + img: https://www.countryflags.io/jp/flat/64.png + text: Japan + +- lang: ko + img: https://www.countryflags.io/kr/flat/64.png + text: Korean + +- lang: ru + img: https://www.countryflags.io/ru/flat/64.png + text: Russia |