2022-05-21 17:47:26 +08:00
---
2022-06-01 17:06:27 +08:00
title: Hello World
2022-05-21 17:47:26 +08:00
description: 'Short description of the article.'
keywords: 'Key words'
2022-06-01 17:06:27 +08:00
isCJKLanguage: false
2022-05-21 17:47:26 +08:00
author: 'Author of the article'
lastmod: '2022-05-21T17:06:24+08:00'
2022-06-01 17:06:27 +08:00
publishDate: '2022-05-21T16:06:24+08:00'
2022-05-21 17:47:26 +08:00
weight: 1
categories:
2022-05-27 16:25:56 +08:00
- Blog
2022-05-21 17:47:26 +08:00
tags:
2022-05-27 16:25:56 +08:00
- Hugo
- Startup
2022-05-21 17:47:26 +08:00
toc: false
2022-06-01 17:06:27 +08:00
draft: false
2022-06-02 09:05:13 +08:00
expand: true
2022-05-21 17:47:26 +08:00
---
2022-06-01 17:06:27 +08:00
The world’ s fastest framework for building websites.
2022-05-21 17:47:26 +08:00
[Hugo ](https://gohugo.io/ ) is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
2022-06-01 17:06:27 +08:00
<!-- more -->
2022-05-21 17:47:26 +08:00
## Quick Start
### Create a new post
```shell
$ hugo new hello-world.md
```
More info: [Content's Formats ](https://gohugo.io/content-management/formats/ )
### Run server
```shell
$ hugo server
```
More info: [Hugo Server CLI ](https://gohugo.io/commands/hugo_server/ )
### Generate static files
```shell
$ hugo
```
More info: [Hugo Build Site ](https://gohugo.io/commands/hugo/ )
### Deploy to remote sites
```language
$ hugo deploy
```
More info: [Hugo Deployment ](https://gohugo.io/commands/hugo_deploy/ )
See you will enjoy the Hugo journey and good luck for you!