-
-
Notifications
You must be signed in to change notification settings - Fork 1
URLs
Frédéric Druppel edited this page Oct 3, 2022
·
2 revisions
Page URLs are generated based on their location in the website/pages directory.
Because folder names must follow the <Number>-<Name>-<float>/page.md convention, the corresponding page will have an URL consisting of its parents directories name : /<Name>
For a page at <Number>-<Name 1>-<float>/<Number>-<Name 2>-<float>/page.md, its URL will be /<Name 1>/<Name 2>
Note : Directory names can have spaces, as they'll be replaced in the URL by an underscore ex. :
06-About Me-none/page.mdwill have the/About_MeURL.
For example (in website-examples/Demo) the Homepage 01-Home-none/page.md will have the /Home URL, the 02-Folder-none/03-Sub Folder-none/01-Subpage 1-none/page.md will have the /Folder/Sub_Folder/Subpage_1 URL