Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
47z1Lu7h committed Dec 1, 2024
1 parent 125e4e9 commit 1c344c5
Showing 1 changed file with 54 additions and 31 deletions.
85 changes: 54 additions & 31 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,45 +1,68 @@
sidebar:
nav: docs-en
nav: docs-en
---
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
tr : &TR Ana Sayfa
# @end locale config
# @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
tr : &TR Ana Sayfa
# @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
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 -%}
{% - include scripts / home.js -%}
</script>

{{ content }}


<div class="article__content" markdown="1">

---

Article list with cover, excerpt, read more link and info.

<!--more-->

**front matter:**

---
layout: articles
title: Articles - Item (Cover + Excerpt + Read More + Info)
articles:
data_source: site.sample_page
show_excerpt: true
show_readmore: true
show_info: true
---

</div>

0 comments on commit 1c344c5

Please sign in to comment.