simplify index

This commit is contained in:
cuu 2024-02-22 00:49:09 -08:00
parent ade394dc7d
commit b0631205f5
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +0,0 @@
---
layout: redirect
---

View File

@ -9,6 +9,20 @@ revisions:
---
Welcome to the ClockworkPi community wiki!
If you want to add wiki,just clone the repo ,run with jekyll in local, add markdown files in \_wiki folder with simple front matter like
```
---
layout: simple
title: SSH
tags: GameShell
created: 2024-02-22
modified: 2024-02-22
---
```
then send Pull Request
## Gameshell
### What is GameShell?