You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Hi,
In phenomic 0.X it was possible to generate custom urls from markdown front-matter.
In phenomic 1.X, it is not possible. The generated url depend of the folders arborescence.
For exemple for a file content/posts/post1.md
---title: Post 1date: 2017-01-01url: my-custom-url-post-1---# This is a my Post 1 content
I want the post to be generated here : `dist/my-custom-url-post-1/index.html
The text was updated successfully, but these errors were encountered:
Hi,
In phenomic 0.X it was possible to generate custom urls from markdown front-matter.
In phenomic 1.X, it is not possible. The generated url depend of the folders arborescence.
For exemple for a file
content/posts/post1.md
I want the post to be generated here : `dist/my-custom-url-post-1/index.html
The text was updated successfully, but these errors were encountered: