Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

hugo [4d99d1a7]

Tags: Computers

Themes:

1. Hugo Theme Demo Features

1.1. Code

  import os

  os.print("test")

1.2. Buttons

{{< button relref="/" class="…" >}}Get Home{{< /button >}} {{< button href="github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}}

1.3. Columns

{{< columns >}} <!– begin columns block –>

Lorem markdownum insigne…

<—> <!– magic sparator, between columns –>

Lorem markdownum insigne…

<—> <!– magic sparator, between columns –>

Lorem markdownum insigne… {{< /columns >}}

1.4. Expand

{{< expand "Custom Label" "…" >}} ## Markdown content Lorem markdownum insigne… {{< /expand >}}

1.5. Hints

{{< hint danger >}} Markdown content Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa {{< /hint >}}

1.6. Katex

\( f^* = p - \frac{q}{b} = \frac{bp-q}{b} = \frac{bp-(1-p)}{b} = \frac{p(b+1) - 1}{b}\)

1.7. Mermaid

{{< mermaid class="text-center">}} sequenceDiagram Alice->>Bob: Hello Bob, how are you? alt is sick Bob->>Alice: Not so good :( else is well Bob->>Alice: Feeling fresh like a daisy end opt Extra response Bob->>Alice: Thanks for asking end {{< /mermaid >}}

1.8. Tabs

{{< tabs "uniqueid" >}} {{< tab "MacOS" >}} # MacOS Content {{< /tab >}} {{< tab "Linux" >}} # Linux Content {{< /tab >}} {{< tab "Windows" >}} # Windows Content {{< /tab >}} {{< /tabs >}}