This commit is contained in:
renovate[bot]
2024-03-22 07:08:22 +00:00
committed by sevi-kun
commit 90efe6738e
204 changed files with 4407 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
title: Examples
menu:
main:
weight: 3
params:
icon:
vendor: bs
name: card-list
---

View File

@ -0,0 +1,10 @@
---
title: 示例
menu:
main:
weight: 3
params:
icon:
vendor: bs
name: card-list
---

View File

@ -0,0 +1,8 @@
---
title: "Gallery Homepage Example"
date: 2023-04-06T13:50:51+08:00
draft: false
layout: gallery
---
The example of gallery homepage layout.

View File

@ -0,0 +1,8 @@
---
title: "图库主页示例"
date: 2023-04-06T13:50:51+08:00
draft: false
layout: gallery
---
图库主页布局示例。

View File

@ -0,0 +1,20 @@
---
title: "Landing Page Example"
date: 2023-04-06T01:44:59+08:00
draft: false
layout: landing
---
# Landing Page Example
This theme offers a simple landing page layout which consist of three parts: header, body and footer, the body is the content itself.
## How to Use it?
Specify the `layout` as `landing` on the front matter.
{{< bs/config-toggle >}}
layout: landing
{{< /bs/config-toggle >}}
And then writing the content with [Markdown](https://hbstack.dev/en/docs/content/markdown-syntax/) and [shortcodes](https://hbstack.dev/en/docs/content/shortcodes/).

View File

@ -0,0 +1,20 @@
---
title: "落地页示例"
date: 2023-04-06T01:44:59+08:00
draft: false
layout: landing
---
# 落地页示例
本主题提供一个简单的落地页布局,其由三部分组成:头部,主体和尾部,主体为内容其本身。
## 怎么使用?
于内容前言中指定 `layout``landing`
{{< bs/config-toggle >}}
layout: landing
{{< /bs/config-toggle >}}
然后以 [Markdown](https://hbstack.dev/zh-hans/docs/content/markdown-syntax/) 和[短代码](https://hbstack.dev/zh-hans/docs/content/shortcodes/)编写内容即可。