18 lines
436 B
Markdown
18 lines
436 B
Markdown
|
|
+++
|
||
|
|
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:
|
||
|
|
|
||
|
|
1. Create a new post with `./scripts/new-post.sh your-post-slug`
|
||
|
|
2. Edit the generated Markdown file
|
||
|
|
3. Preview with `hugo server`
|
||
|
|
4. Commit and push to trigger deployment
|