This is the stagingdrafts environment running on https://bkleinen.github.io/stagingdrafts/
This site contains unpublished changes and draft documents.
- please visit the production website at https://home.htw-berlin.de/~kleinen/ instead!
 

STAGING DRAFTS --- Prof. Dr. Barne Kleinen

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

Hugo Cheatsheet

Material in     Tags: Markdown Hugo   Tools: Hugo

Shortcodes 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.

  • Partial Templates | Hugo

Documentation

Shortcodes

Syntax: example:

{{<alert warning>}} warning level alert {{</alert>}}

Render Markdown

Some Markdown: - a - b **highlight**

Some Markdown:

  • a
  • b highlight

Figures

https://gohugo.io/content-management/shortcodes/#figure

CRC Cards

CRC Cards

GetPage

  • getPage:

in getPage
  • params: path: /material/hugo/hugocheatsheet/

  • getPage: Page(/material/hugo/hugocheatsheet)

    Page(/material/hugo/hugocheatsheet)

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