436 B
436 B
+++ title = "Hello World" date = 2026-03-19T12:00:00+07:00 draft = false slug = "hello-world" tags = ["welcome", "hugo"] categories = ["general"] +++
This is the first post published from the Hugo + LoveIt starter.
When you are ready to write your own content:
- Create a new post with
./scripts/new-post.sh your-post-slug - Edit the generated Markdown file
- Preview with
hugo server - Commit and push to trigger deployment