Hello world

Summary
Quickly describe the basic usage of Hugo website building.

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

1
$ hugo new hello-world.md

More information: Content format

Start service

1
$ hugo server

More information: Hugo Service Command Line

Generate static files

1
$ hugo

More information: Hugo website building

Deploy to server

1
$ hugo deploy

More information: Hugo Release

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