-
The current reading time value increases the longer one's front matter is. Front matter should be excluded from how the plugin calculates the word count.
Thanks.
-
- Context: https://github.com/open-telemetry/opentelemetry-specification/pull/4021#issuecomment-2088745587
- The proposal is to inline the Hugo front matter as actual YAML front matter rather than vi…
-
Text in abstract, signatures, acknowledgements, and dedications are justified, but they should be left aligned to be consistent with the rest of the thesis text.
-
---
##### KB Article Creation Checklist
- [x] Write initial draft for this KB Article; label this issue `draft` and either `questions` or `tutorials`
- [x] Add [required YAML configuration](https://gi…
-
Currently the foront-matter is parsed by `lib/read-info.js`, how to add custon front-matter ?
-
The following does not appear to have any effect on the title:
```markdown
---
title: CLI reference
---
::: mkdocs-click
:module: hatch.cli
:command: hatch
:depth: 0
:styl…
ofek updated
8 months ago
-
Since github officially supports jekyll as its static site generator for github pages, there should be a way to ensure [front matter](http://jekyllrb.com/docs/frontmatter/) can be excluded from render…
-
Can I customize the configuration?
-
## Feature request
#### What problem does this feature solve?
Enable yaml front matter in sidebars
#### What does the proposed API look like?
I am not sure if the current hook.be…
-
### Overview
Many of our Javascript and HTML code files cannot be scanned by CodeQL as-is because they contain non-JS Liquid code `{% ... %}` or YAML front matter `--- ... ---`, which cause syntax …