Skip to content
This repository was archived by the owner on May 21, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions wiki/user-guide/creating-folder-landing-pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- TITLE: Creating folder landing pages -->

When you visit _yoursite.com/path/to/folder_ and the folder exists, but there is no file ```folder.md```, then you will be prompted to create it. Then, when you visit _yoursite.com/path/to/folder_, ```folder.md``` will be served up as the home page.

Note: the root of _yoursite.com_ serves up ```home.md``` as the front page of your site.

## Listing all pages inside a folder

The special path _yoursite.com/path/to/folder/all_ will display a list of all the pages inside a folder -- just like the top level "All Pages" link in the sidebar.