-
i. Abbreviation list should be appear after “Keywords” section.
ii. Nomenclature, Abbreviations, Greek Symbols text in “Sentence case” (letter after colon must be captial).
iii. Nomenclature, Abbrev…
-
Thanks for everyone's work on this project. I'm running on pikapods and its been working well.
It would be great to have some kind of front matter/tagging capability to better organize notes.
T…
-
## Motivation
After looking at the implementation of jekyll-feed and the output of jekyll-sitemap, it looks like they both rely on this attribute to set the `updated` and `lastmod` timestamps, resp…
-
Hi there - thank you for this template, which is an absolute lifesaver! Just in case folks are still checking/active here, I have three blank pages in between the "List of Abbreviations" and the "Pref…
smr32 updated
1 month ago
-
## Summary
It's jarring to have to start a .html or .scss file with '---\n---\n' just so the parser picks it up. Linters also complain. Request feature: option to specify certain file be included in …
-
## Summary
Currently, the only format for front matter appears to be YAML. It is possible to load config files in TOML format, but not front matter or even data files. A TOML parser is already part…
-
For certain use cases it may be useful to support schema validation (e.g. based on JSON schemas or similar) for front matter. This is useful both for checking the format as well as offering suggestion…
-
**Is your feature request related to a problem? Please describe.**
I often add comments to front matter. For example
```
relatedPosts:
- fxcf9e6db7765 # the post about x
- c473788b6886 # …
olets updated
3 months ago
-
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}}/",
```
…
-
For example, you declare a variable in common snippets file, and it's not rendered in front matter descriptions, only in page bodies.
Easiest way to reproduce:
Put the following text into the fr…