Markdown syntax
# Title
## Title
### Title
#### Title
##### Title
###### Title
bold
italic
strike
blockquote
struct Packet {
uint32_t seq;
uint32_t ack;
};
Euler: $e^{i\pi} + 1 = 0$
graph TD
SoC --> MCU_A
SoC --> MCU_B
| Feature | Status |
|---|---|
| RSS | OK |
| Math | OK |
| Mermaid | OK |

Hugo commands
Local host develop
hugo server -D
Create Post
單篇文章
hugo new posts/hello.md
Page Bundle
hugo new posts/hello/index.md
圖片放
content/posts/hello/img/{img_name}.{img_extension}
Production build
hugo --minify