summaryrefslogtreecommitdiff
path: root/_layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/home.html')
-rw-r--r--_layouts/home.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
new file mode 100644
index 0000000..e587d6f
--- /dev/null
+++ b/_layouts/home.html
@@ -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 }}