mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user