Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with
usePageBundles
in your site configuration --- or in a page's front matter.
Read MoreThe "Notices" shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc. To create a notice on a page, you can use the notice shortcode. You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as the second …
Read MoreThis article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. Headings The following HTML <h1>—<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the …
Read More