From b0631205f50d71303adc2118453bb230eb07c4fe Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 22 Feb 2024 00:49:09 -0800 Subject: [PATCH] simplify index --- _global/index.html | 3 --- _wiki/Main.md => index.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 _global/index.html rename _wiki/Main.md => index.md (94%) diff --git a/_global/index.html b/_global/index.html deleted file mode 100644 index 9bc660a..0000000 --- a/_global/index.html +++ /dev/null @@ -1,3 +0,0 @@ ---- -layout: redirect ---- diff --git a/_wiki/Main.md b/index.md similarity index 94% rename from _wiki/Main.md rename to index.md index a2893e2..13c6271 100644 --- a/_wiki/Main.md +++ b/index.md @@ -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?