-
Notifications
You must be signed in to change notification settings - Fork 0
Home
devlinjunker edited this page Dec 2, 2020
·
14 revisions
Welcome to the template.github wiki!
This should be used as a reference for how you can organize your Github Repo wiki after using this template for your project. The pages in this wiki will also contain notes about tools and techniques that should be considered for your projects that use this template.
Please Review the FAQ if you have any questions, or submit an issue
NOTES
- Avoid
\ / : * ? " < > |
characters as they can break some OS File System conventions (from here) - We can create pages that do not show up if they start with
_
, these could then be linked to from other pages to create "sub-pages" - Pages with titles starting with
!
appear beforeHome
page in Wiki - Page titles with
.
,(
,'
appear after Home but before all other pages (or:
, but breaks conventions) - Page titles starting with numbers appear before pages with alphabetic titles
- Page titles starting with
~
appear after pages with alphabetic titles (or|
, but breaks conventions)