Example Shortcodes

Here are some example usage of the shortcodes provided by the Hugo Relearn theme. Shortcodes are a native feature of Hugo and Hugo themes. For use with Ox-Hugo, you need to set the #+hugo_paired_shortcodes (For examples, see Ox-hugo docs or the top of this source file).

You can only use the icon names from the “free” set provided by fontawesome.

Badges

1.0.0 99,999 867-5309 Email me@example.com Docs Dumpster Fire

Buttons

d.rymcg.tech d.rymcg.tech Cancel

Math

Math with MathJax:

$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$

Flowcharts

---
title: Example Diagram
---
graph LR;
    A[Hard edge] -->|Link text| B(Round edge)
    B --> C{<strong>Decision</strong>}
    C -->|One| D[Result one]
    C -->|Two| E[Result two]

Notices

Notice

This is a generic notice.

This is a bug notice.

Info

This is an information box.

Tip

This is a tip or pointer.

Warning

This is a warning.

OpenAPI

Visualize your API with swagger spec.