generated from devvyyxyz/retype
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template.md file for welcome page
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
--- |