Files
hugo-theme-next/exampleSite/content/post/hello-world.md
2022-06-02 12:13:16 +08:00

1.0 KiB
Raw Blame History

title, isCJKLanguage, author, lastmod, publishDate, categories, tags, toc, draft, url
title isCJKLanguage author lastmod publishDate categories tags toc draft url
Hello World false Author of the article 2022-06-02T11:52:03+08:00 2022-06-02T11:52:03+08:00
Blog
Hugo
Startup
false true hello-world.html

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!