My Example Post
Introduction
This is bold text, and this is emphasized text.
Working with Images

Example short codes: This is 2026, and look at how far we’ve come.
Visit the Hugo website!
Example code with Syntax highlighting sytles.
- the hugo.toml file is using
onedark - the my-first-post.md is using
emacs
package main
import "fmt"
func main() {
for i := 0; i < 3; i++ {
fmt.Println("Value of i:", i)
}
}
Now, syntax highlighting using Hugo shortcodes:
1package main
2
3import "fmt"
4
5func main() {
6 for i := 0; i < 3; i++ {
7 fmt.Println("Value of i:", i)
8 }
9}A shortcode that adds a QR code: