hugo-theme-next/exampleSite/content/post/01-hello-world/index.en-us.md
2025-01-30 09:20:03 +08:00

1.2 KiB

title description date lastmod categories tags url toc weight
Hello world Quickly describe the basic usage of Hugo website building. 2025-01-25T19:12:32+08:00 2025-01-25T19:12:32+08:00
StartBuilSite
Hugo
Start now
demo/hello-world.html true 2

Use the keyword weight to top the article.

Hugo, It is currently the fastest website construction framework in the world and one of the most popular open-source static site generators. With its astonishing speed and flexibility, Hugo has once again made website construction interesting.

Quick Start

Publish a new article

$ hugo new hello-world.md

More information: Content format

Start service

$ hugo server

More information: Hugo Service Command Line

Generate static files

$ hugo

More information: Hugo website building

Deploy to server

$ hugo deploy

More information: Hugo Release

Good luck, I believe you will love Hugo's journey of building a website!