Add a markdown comment in the format <!-- something something in here -->
to set properties.
Supported comments:
Comment | Description | Example |
---|---|---|
hidden |
Hides a page from the index.md |
|
title |
Overrides both # H1 and beautified file name |
|
tags |
Custom tags | shell, linux |
comments |
Controls comments in pages | true , false |
- Move posts from the root directory to .posts
- Add generated tags at the top of each page.
- Allow multi-line comments.
- Allow
date
andindex
ordering. - Allow
path
or the ugly nounslug
for custom urls.