Hello Hugo

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.

1
2
3
4
5
6
int_test: 1
string_test: lorem
array_test:
  - ipsum
  - dolor
  - sit
  • Raw emoji 🤔
  • Shortcode emoji :joy: Only some1 emojis supported
  • Markdown subscript/superscript H2O
    • HTML subscript H2O
    • HTML superscript X2
  1. Create website
  2. Document shenanigans
  3. ???
  4. Profit

Prompt style: tip

Prompt style: info

Prompt style: warning

Prompt style: danger

Alligned table

SyntaxDescriptionTest Text
HeaderTitleHere’s this
ParagraphTextAnd 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

Image
This post is licensed under CC BY 4.0 by the author.

© Some rights reserved.

Using the Chirpy theme for Hugo.

Trending Tags