-
I'm using Front Matter with a Hugo blog. My permalinks include the post date, and I have the following in my FM configuration:
```
"frontMatter.preview.pathName": "{{date|yyyy/MM/DD}}/",
```
…
-
I'd like to use mdox to reformat markdown documents (hugo), but not touch the front-matter. Currently the front-matter gets reordered and reindented, rather than being kept as is.
-
Consider Implementation of credits, colophon, or whatever.
-
**Is your feature request related to a problem? Please describe.**
Many projects which use markdown to store their content implement "Front Matter" as a way to attach metadata to markdown files. Fron…
-
Hello.
Is it planned to handle YAML or TOML front matter?
It'd be an interesting feature!
Good day!
-
### What would you like to do?
Give feedback or suggest an improvement
### Description
The docs at https://quarto.org/docs/authoring/front-matter.html#funding show funding front-matter being able t…
-
Common front matter properties, are all this configured for the index page, and then does every blog post supports them
The checklist
- [ ] - title
- [ ] - description
- [ ] - date
- [ ] - ke…
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/categor…
-
### Bug description
I discovered this on my own but then found that [someone else](https://stackoverflow.com/questions/77198089/how-to-add-footnote-in-the-yaml-block-of-a-quarto-document) had come …
-
As a follow up of https://github.com/gohugoio/hugo/issues/12855, I kindly ask to document the limitations of Markdown if no front matter is defined:
> Front matter is optional, but can't begin with…