Hugo Cheatsheet
Material in Tags: Markdown Hugo Tools: HugoShortcodes and Partials
Difference: Shortcodes can be included in Markdown, partials only in Layouts. For reuse (usage of partials both in layout templates and directly from markdown) a shortcode needs to be defined that references the partial.
Documentation
Shortcodes
Syntax: example:
{{<alert warning>}} warning level alert {{</alert>}}
–
Render Markdown
Some Markdown: - a - b **highlight**Some Markdown:
- a
- b highlight
- Documentation Shortcodes | Hugo
- Create Your Own Shortcodes | Hugo
Figures
https://gohugo.io/content-management/shortcodes/#figure CRC Cards
GetPage
- getPage:
in getPage
params: path: /material/hugo/hugocheatsheet/
getPage: /home/runner/work/bkleinen.github.io/bkleinen.github.io/content/material/hugo/hugoCheatsheet.md
/home/runner/work/bkleinen.github.io/bkleinen.github.io/content/material/hugo/hugoCheatsheet.md
Aliases
map[broken_link:/misc/about.md info1:/classes/ws2023/info1/_index.md info2:/classes/ss2024/info2/_index.md info3:/classes/ss2023/info3/_index.md m1-web:/classes/ss2024/m1-web/_index.md m17-masterseminar:/classes/ss2024/m17-masterseminar/_index.md networks:/classes/ws2021/networks/_index.md project:/classes/ws2021/project/_index.md projects:/classes/ss2024/projects/_index.md sketchnotes:/material/visual/sketchnotes.md theses:/classes/ws2021/theses/_index.md wt1:/classes/ws2021/m-wt1-webapplications/_index.md]
Course link in spite of alias:
in getPage
params: path: /info1
getPage: nopPage
cleanPath: info1
aliases: map[broken_link:/misc/about.md info1:/classes/ws2023/info1/_index.md info2:/classes/ss2024/info2/_index.md info3:/classes/ss2023/info3/_index.md m1-web:/classes/ss2024/m1-web/_index.md m17-masterseminar:/classes/ss2024/m17-masterseminar/_index.md networks:/classes/ws2021/networks/_index.md project:/classes/ws2021/project/_index.md projects:/classes/ss2024/projects/_index.md sketchnotes:/material/visual/sketchnotes.md theses:/classes/ws2021/theses/_index.md wt1:/classes/ws2021/m-wt1-webapplications/_index.md]
index: /classes/ws2023/info1/_index.md
realPath: /classes/ws2023/info1/_index.md