Hello, Hugo!
This is my first note. I’m using Hugo with the PaperMod theme to build a lightweight, fast notes site.
Why Hugo?
- Blazing fast static site generation
- Markdown-based content
- Great theming ecosystem
- Easy to deploy anywhere
A Random Picture
Here’s a random image to brighten up this note:
Some Code
Here’s a quick Go snippet, since Hugo is built with Go:
package main
import "fmt"
func main() {
fmt.Println("Hello from my notes site!")
}
What’s Next?
- Customize the theme
- Add more notes
- Set up deployment
- Configure search
Stay tuned for more notes!