Hello Hugo
First post using Hugo!
Hello Hugo
Testing Hugo and Chirpy theme functionality
Text formatting
I have selected the chirpy theme for hugo. Specifically Mircea Anton’s fork, as he and Matthew McKinnon have made updates most recently. Shoutouts to both of them for making this process suck less easy.
| |
- Raw emoji 🤔
- Shortcode emoji :joy: Only some1 emojis supported
- Markdown subscript/superscript H
2O- HTML subscript H2O
- HTML superscript X2
- Create website
- Document shenanigans
- ???
- Profit
Prompt style:
tip
Prompt style:
info
Prompt style:
warning
Prompt style:
danger
Alligned table
| Syntax | Description | Test Text |
|---|---|---|
| Header | Title | Here’s this |
| Paragraph | Text | And more |
Math
$$ \begin{equation} \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} \label{eq:series} \end{equation} $$
Referencing said math: \eqref{eq:series}
Mermaid
sequenceDiagram
Alice->>John: Hello John, how are you?
loop HealthCheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!Image
This post is licensed under CC BY 4.0 by the author.