Updated to new theme of TeXt

This commit is contained in:
2021-10-25 11:59:10 -04:00
parent 47c2c2e8a1
commit 296d628d8b
318 changed files with 21116 additions and 6966 deletions
+42
View File
@@ -0,0 +1,42 @@
---
layout: articles
titles:
# @start locale config
en : &EN Home
en-GB : *EN
en-US : *EN
en-CA : *EN
en-AU : *EN
zh-Hans : &ZH_HANS 主页
zh : *ZH_HANS
zh-CN : *ZH_HANS
zh-SG : *ZH_HANS
zh-Hant : &ZH_HANT 主頁
zh-TW : *ZH_HANT
zh-HK : *ZH_HANT
ko : &KO 홈
ko-KR : *KO
fr : &FR Accueil
fr-BE : *FR
fr-CA : *FR
fr-CH : *FR
fr-FR : *FR
fr-LU : *FR
# @end locale config
show_title: false
articles:
data_source: paginator.posts
article_type: BlogPosting
show_cover: false
show_excerpt: true
show_readmore: true
show_info: true
---
<div class="layout--home">
{%- include paginator.html -%}
</div>
<script>
{%- include scripts/home.js -%}
</script>
{{ content }}