Test the case where the title contains only the date, making it look like a Hugo TOML date field.
This is the test site for the
ox-hugo
package for Emacs/Org-mode.
It is updated automatically after each commit to the
ox-hugo
repo.
It was last updated on Jun 26, 2022 21:18 UTC.
ox-hugo
.Image in homepage branch bundle:
Test the case where the title contains only the date, making it look like a Hugo TOML date field.
Case where EXPORT_HUGO_SECTION
is set to /
.
This post will have the tags key in front-matter replaced with keywords.
This post will have the linkTitle key in front-matter replaced with linktitle.
This post will have the categories key in front-matter replaced with cats.
This post will have the tags key in front-matter replaced with keywords and categories replaced with cats.
This should be rendered as .Summary
in Hugo v0.55+. For only Hugo
versions, this will front-matter can be retrieved only as
.Params.summary
.
For this post, we see that no menu properties are inherited from the parent; only the menu properties set in his subtree are effective.
For this post, we should see just the menu weight and identifier properties get overridden. You need to set unique menu identifiers, else you get a Hugo error like this: ERROR 2017/07/18 12:32:14 Two or more menu items have the same name/identifier in Menu "main": "menu-meta-data-in-yaml-front-matter". Rename or set an unique identifier.
Testing the addition of menu meta data to the YAML front matter. Here the front matter format is set to YAML using the #+hugo_front_matter_format keyword. Later only the weight and identifier menu properties are overridden using EXPORT_HUGO_MENU_OVERRIDE key in the property drawer.
hugo-bare-min-theme
+ Hugo 0.101.0
(commit
466fa43c16709b4483689930a4f9ac8add5c9f66)
.
This site is powered by Netlify.