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

12
content/docs/_index.md Normal file
View File

@ -0,0 +1,12 @@
---
title: Docs
menu:
main:
weight: 1
params:
icon:
vendor: bs
name: book
---
The example of Docs layout.

View File

@ -0,0 +1,12 @@
---
title: 文档
menu:
main:
weight: 1
params:
icon:
vendor: bs
name: book
---
The example of Docs layout.

View File

@ -0,0 +1,9 @@
---
title: Installation Guide
linkTitle: Installation
nav_icon:
vendor: bs
name: cloud-download
color: green
nav_weight: 2
---

View File

@ -0,0 +1,9 @@
---
title: 安装指南
linkTitle: 安装
nav_icon:
vendor: bs
name: cloud-download
color: green
nav_weight: 2
---

View File

@ -0,0 +1,4 @@
---
title: Install on Linux
linkTitle: Linux
---

View File

@ -0,0 +1,4 @@
---
title: 安装到 Linux
linkTitle: Linux
---

View File

@ -0,0 +1,19 @@
---
date: 2022-09-04T22:42:23+08:00
title: Install on Arch Linux
linkTitle: Arch Linux
series:
- Guide
categories:
- Installation
tags:
- Linux
- Arch Linux
images:
- https://archlinux.org/static/logos/archlinux-logo-light-90dpi.d36c53534a2b.png?width=600&height=199
featured: true
authors:
- razonyang
---
This guide show you how to install on Arch Linux.

View File

@ -0,0 +1,19 @@
---
date: 2022-09-04T22:42:23+08:00
title: 安装到 Arch Linux
linkTitle: Arch Linux
series:
- 指南
categories:
- 安装
tags:
- Linux
- Arch Linux
images:
- https://archlinux.org/static/logos/archlinux-logo-light-90dpi.d36c53534a2b.png?width=600&height=199
featured: true
authors:
- razonyang
---
This guide show you how to install on Arch Linux.

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View File

@ -0,0 +1,18 @@
---
date: 2022-10-16T22:42:23+08:00
title: Install on Ubuntu
linkTitle: Ubuntu
series:
- Guide
categories:
- Installation
tags:
- Linux
- Ubuntu
images:
featured: true
authors:
- razonyang
---
This guide show you how to install on Ubuntu.

View File

@ -0,0 +1,18 @@
---
date: 2022-10-16T22:42:23+08:00
title: 安装到 Ubuntu
linkTitle: Ubuntu
series:
- 指南
categories:
- 安装
tags:
- Linux
- Ubuntu
images:
featured: true
authors:
- razonyang
---
This guide show you how to install on Ubuntu.

View File

@ -0,0 +1,18 @@
---
date: 2022-09-06T22:42:23+08:00
title: Install on Windows
linkTitle: Windows
series:
- Guide
categories:
- Installation
tags:
- Windows
images:
- https://storage.googleapis.com/webdesignledger.pub.network/WDL/6f050e39-windows_10_logoblue.svg-copy_windows.jpg?width=1280&height=620
featured: true
authors:
- razonyang
---
This guide show you how to install on Windows.

View File

@ -0,0 +1,18 @@
---
date: 2022-09-06T22:42:23+08:00
title: 安装到 Windows 系统
linkTitle: Windows
series:
- 指南
categories:
- 安装
tags:
- Windows
images:
- https://storage.googleapis.com/webdesignledger.pub.network/WDL/6f050e39-windows_10_logoblue.svg-copy_windows.jpg?width=1280&height=620
featured: true
authors:
- razonyang
---
This guide show you how to install on Windows.

View 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"
```

View 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"
```