Blog-Doc

Some Hugo/Mainroad Theme documentation

How to separate Cut:

<!--more-->

Text before this tag will appear in announce, but after in post body.

Code Blocks

The source code

-> ```
code
-> ```language

Link - Syntax highlighting.

Shortcuts

tabpane

{{< tabpane >}}
  {{< tab "Tab 1" >}}
    This is content for **tab 1**
  {{< /tab >}}
  {{< tab "Tab 2" "selected" >}}
    This is content for **tab 2**
  {{< /tab >}}
  {{< tab "Tab 3" >}}
    This is content for **tab 3**
  {{< /tab >}}
{{< /tabpane >}}
This is content for tab 1
This is content for tab 2
This is content for tab 3

Blockquotes

Quote

Most human beings have an almost infinite capacity for taking things for granted.

ℹ️ Note

Useful information that users should know, even when skimming content.

💡 Tip

Helpful advice for doing things better or more easily.

ℹ️ Important

Key information users need to know to achieve their goal.

❗ Caution

Advises about risks or negative outcomes of certain actions.

ℹ️ Warning

Urgent info that needs immediate user attention to avoid problems.

Inline Image

This is an inline Alt text image.

Block Image

Alt text

This is a link.

This is an external link.

Tables

MonthAmount
January$10
February$100
March$1000

accordion

Accordion 1

Lorem ipsum dolor sit amet.

Accordion 2

Lorem ipsum dolor sit amet.

alert

Success: This is a success alert.
Warning: This is a small warning alert.
This alert doesn’t have an icon.

blockquote

Most human beings have an almost infinite capacity for taking things for granted.

—Aldous Huxley, Brave New World

button

Button Primary Small Primary Primary Large Secondary Disabled

collapse

1
2
3
4
5
6
7
8
9
10
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

details

Summary

Lorem ipsum dolor sit amet.

file-list

icon

ifparam

The title param is not set

img

Alt text Alt text

include

_includes/file.md has been included

labeled-highlight

users.json
1
2
3
4
5
6
[
  {
    "name": "John",
    "age": 30
  }
]
users.yaml
1
2
- name: John
  age: 30

param

The page title is “Blog-Doc”

The page description is Documentation

tabpane

This is content for tab 1
This is content for tab 2
This is content for tab 3