```markmap {height="200px"}
- Hugo Modules
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
```
renders as
- Hugo Modules
- Hugo Blox
- blox-plugins-netlify
- blox-plugins-netlify-cms
- blox-plugins-reveal
Highlighting
Highlight important text with mark:
<mark>Highlighted text</mark>
Callouts
Use callouts (aka asides, hints, or alerts) to draw attention to notes, tips, and warnings.
{{% callout note %}}
A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
{{% /callout %}}
renders as
A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
Or use the warning callout type so your readers don’t miss critical details:
A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
引入评论功能(基于giscus)
在hugo网站中引入comment配置,provider选择giscus
params.yaml
# Site featuresfeatures:math:enable:falseprivacy_pack:enable:falserepository:url:'https://github.com/HugoBlox/hugo-blox-builder/'content_dir:starters/blog/contentbranch:maincomment:# Choose a provider: giscus, disqus, commento, or '' to disable commentingprovider:'giscus'giscus:repo:''repo_id:''category:''category_id:''theme:preferred_color_schemelanguage_code:enmapping:pathnamedisqus:# Paste the shortname from your Disqus dashboard.shortname:''# Show comment count in page header? (true/false)show_count:truecommento:# If you self-host Commento, enter your custom Commento URL here.url:''