hugo-theme-next/exampleSite/content/post/hello-world.md
2022-06-01 17:06:27 +08:00

1.1 KiB
Raw Blame History

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

The worlds fastest framework for building websites.

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!