This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Allow custom url (eg: 404.html) #47
Labels
Comments
7 tasks
url? permalink? route? Which name is better? Jekyll & Wordpress use permalink. Not sure why they don't simply use |
According to the wikipedia definition of Permalink https://en.wikipedia.org/wiki/Permalink a simple field that might change is not a permalink, so I guess |
`routeˋ sounds good for me |
I will go with route (make sense since we already use routes somewhere). On it. |
On it. I think I have an idea to handle this pretty quickly in an elegant manner. |
👍 |
I have a local wip that works like a charm. Will push this evening or tomorrow if everything is ok. |
Closed by 865622e |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently you cannot choose your url that are "guess" from your md files (
content/whatever.md
=>/whatever/
).On GitHub pages, 404.html is used as a default page when an http 404 issue is raised. We need a solution to handle this case.
Simple solution is to support an
url
field in the md metadata header. Not sure if that's a good idea, but that will do the job and is flexible enough for other use-cases.The text was updated successfully, but these errors were encountered: