Init
This commit is contained in:
23
content/docs/introduction/index.md
Normal file
23
content/docs/introduction/index.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
date: 2022-03-06T22:42:23+08:00
|
||||
title: Introduction
|
||||
nav_weight: 1
|
||||
series:
|
||||
- Guide
|
||||
nav_icon:
|
||||
vendor: bs
|
||||
name: book
|
||||
color: indigo
|
||||
authors:
|
||||
- razonyang
|
||||
---
|
||||
|
||||
A fast, responsive and feature-rich Hugo theme for blog and documentations site.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Greeting
|
||||
|
||||
```sh
|
||||
echo "Hi there"
|
||||
```
|
21
content/docs/introduction/index.zh-hans.md
Normal file
21
content/docs/introduction/index.zh-hans.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
date: 2022-03-06T22:42:23+08:00
|
||||
title: 简介
|
||||
nav_weight: 1
|
||||
series:
|
||||
- 指南
|
||||
nav_icon:
|
||||
vendor: bs
|
||||
name: book
|
||||
color: indigo
|
||||
authors:
|
||||
- razonyang
|
||||
---
|
||||
|
||||
一个可用于博客和文档站点的快速、响应式和功能丰富的 Hugo 主题。
|
||||
|
||||
## Greeting
|
||||
|
||||
```sh
|
||||
echo "Hi there"
|
||||
```
|
Reference in New Issue
Block a user