From 31047012fc647c1c32541eb5b50649319abeb328 Mon Sep 17 00:00:00 2001 From: DevvyyXYZ Date: Fri, 18 Oct 2024 22:25:18 +0100 Subject: [PATCH] Add template.md file for welcome page --- template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template.md diff --git a/template.md b/template.md new file mode 100644 index 0000000..cb7dd4c --- /dev/null +++ b/template.md @@ -0,0 +1,11 @@ +--- +icon: home # icons can be found at https://primer.github.io/octicons/ +label: Welcome # text that shows in the left sidebar +description: Welcome page # the pages description that shows in embed on discord or google search +layout: defualt # refer too https://retype.com/configuration/page/#layout +categories: [general] # what categories the page should show in +tags: [guide, basic, installation] # tags for page so it can be catagorised +expanded: true # boolean for if the pages folder should be open or collapsed +visibility: public # refer too https://retype.com/configuration/page/#visibility +templating: false # boolean for if templating should be enabled +--- \ No newline at end of file