This is a kitchen-sink test page for the Markdown and HTML typesetting available on this site.
Headings
Heading level 1
Heading level 2
Heading level 3
Heading level 4
Paragraphs and inline text
A normal paragraph with bold text, italic text, bold italic text, inline code, a link, and a hard line break here:
this sentence starts on the next line.
Smart punctuation should render nicely: “quotes”, ‘apostrophes’, dashes – like this – and ellipses…
Lists
Unordered list:
- Kubernetes
- GitOps
- Observability
- Metrics
- Logs
- Traces
Ordered list:
- Build the thing
- Run the thing
- Measure the thing
- Improve the thing
Task list:
- Write a page
- Publish it
- Add more posts
Blockquotes
Good systems are boring in production.
The interesting work happens before they get there.
Code blocks
1package main
2
3import "fmt"
4
5func main() {
6 fmt.Println("hello, blog")
7}
1apiVersion: apps/v1
2kind: Deployment
3metadata:
4 name: example
5spec:
6 replicas: 2
Tables
| Area | Tool | Notes |
|---|---|---|
| Infra | Talos | Immutable Kubernetes nodes |
| GitOps | Flux | Declarative cluster changes |
| Storage | Rook-Ceph | Distributed storage at home |
Horizontal rule
Above the rule.
Below the rule.
Images
Footnotes
This sentence has a footnote.1
Definition lists
- Kubernetes
- A container orchestration system.
- GitOps
- A way to manage systems from version-controlled desired state.
HTML details
Click to expand
Hidden content can include Markdown-style emphasis when Hugo permits it, plus plain HTML.
Math-like text
Inline symbols can be written directly: latency ≤ 100ms, availability ≥ 99.9%, and p95 → p99.
Final paragraph
If this page looks good, the site has a useful reference for future posts.
Footnotes are useful for side notes without breaking the flow. ↩︎