hugo-theme-next/exampleSite/content/hello-world.md
2022-05-21 17:47:26 +08:00

1.0 KiB

title description keywords isCJKLanguage author lastmod publishDate weight categories tags toc draft url
Hugo blog Hello World Short description of the article. Key words true Author of the article 2022-05-21T17:06:24+08:00 2022-05-21T17:06:24+08:00 1
false true hello_world.html

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

Quick Start

Create a new post

$ hugo new hello-world.md

More info: Content's Formats

Run server

$ hugo server

More info: Hugo Server CLI

Generate static files

$ hugo

More info: Hugo Build Site

Deploy to remote sites

$ hugo deploy

More info: Hugo Deployment

See you will enjoy the Hugo journey and good luck for you!