This is the first note. Welcome to Zegna’s notes archive.
Getting Started
Notes will appear in the archive on the homepage, sorted by date.
You can organize notes as:
- Standalone notes: Single markdown files directly in
/content/notes/ - Series: Folders with multiple numbered files (1.md, 2.md, etc.)
Example Code
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
This is a blockquote for emphasis.