Hello, world
This is an example post — delete it once you’ve seen how things look, or keep it as a reference. It shows the markdown features the theme styles.
Headings
Section headings get a ## prefix in the accent color automatically.
Subheadings work too
Body text is set in Consolas (with mono fallbacks). Links look like this.
Lists
- first item
- second item
- a nested one
- third item
Code
Inline code like gpio_set_level(GPIO_NUM_2, 1) is highlighted, and fenced
blocks get a dark terminal panel:
#include <stdio.h>
int main(void) {
printf("hello from the esp32\n");
return 0;
}
Quotes & rules
a blockquote, for when you want to set something apart.
That’s it. To add a new post, run:
hugo new content blog/my-post.md
then set draft = false when you’re ready to publish.