Filename conventions ¶
To facilitate sorting there are special rules that applies to file/folder naming
- Anything before
__will be ignored:01__Title.mdwill become:title.htmlandTitleon the sidebar (If title meta tag is not set). This is useful to sort directly on the file system. - Underscores
_and slashes will be converted to spaces in sidebar:xxx__my_awesome_titlewill become:My Awesome Titleon the sidebar. (If title meta tag is not set).