Since `v0.68.0`, HBS uses Hugo Pipes to generate CSS and JS assets, there are a lot of breaking changes, please check out the
CHANGELOG and
UPGRADE for details.
This theme provides several kinds of layouts, such as
posts and
docs.
Our documentation uses the
docs layout. If you're looking for an example that using
posts layout,
please take a look at the page
Markdown Syntax.
This article shows how to use the alert shortcode.
1{{< alert "Message" [type] >}}
The parameter type is optional. Default to info.
Info
Info
Success
1{{< alert "Success" success >}}
Success
Warning
1{{< alert "Warning" warning >}}
Warning
Danger
1{{< alert "Danger" danger >}}
Danger
Comments