-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05ea8c6
commit e2a401c
Showing
10 changed files
with
68 additions
and
1,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
page: | ||
headHtml: | | ||
<snippet var="js.highlightjs" /> | ||
--- | ||
By default the filesystem path is used to determine the note URL. You can override this using the `slug` frontmatter metadata. | ||
|
||
## Overriding the URL | ||
|
||
For example, | ||
|
||
- Source: https://raw.githubusercontent.com/srid/srid/master/free/Actualism%20Method.md | ||
- Rendered: https://srid.ca/method | ||
|
||
Notice that in the source, we see: | ||
|
||
```yaml | ||
--- | ||
slug: method | ||
--- | ||
``` | ||
|
||
This makes Emantoe use `/method` as the URL path for this note. Without this, by default, Emanote would use `/free/Actualism%20Method`. | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.