📝 🔧 Add notes to the configuration file.
This commit is contained in:
parent
ec5d8419e1
commit
a758a6bb3f
File diff suppressed because it is too large
Load Diff
@ -1,19 +0,0 @@
|
||||
---
|
||||
title: "About Hugo NexT Origination"
|
||||
description: ""
|
||||
|
||||
date: 2022-06-09T20:12:52+08:00
|
||||
lastmod: 2022-06-09T20:12:52+08:00
|
||||
|
||||
share: false
|
||||
followme: false
|
||||
nav: false
|
||||
copyright: false
|
||||
url: about.html
|
||||
---
|
||||
|
||||
`Hugo NexT` organization is formed by many friends from all over the world who love the theme and style of `NexT`, so that this theme can continue to be carried forward in the `Hugo` engine. Welcome to join us!
|
||||
|
||||
# Our vision
|
||||
|
||||
Keep the classic black-and-white collocation of `NexT` & keep easily and powerful features.
|
@ -1,58 +0,0 @@
|
||||
---
|
||||
title: "Hello World"
|
||||
description: "Descript some skill for Hugo build site."
|
||||
|
||||
lastmod: 2022-06-03T16:43:23+08:00
|
||||
date: 2022-06-02T11:52:03+08:00
|
||||
|
||||
categories:
|
||||
- Blog
|
||||
tags:
|
||||
- Hugo
|
||||
- Startup
|
||||
|
||||
url: post/hello-world.html
|
||||
weight: 2
|
||||
---
|
||||
|
||||
> "Use keyword which is `weight` make post sticky to top."
|
||||
|
||||
[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.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Quick Start
|
||||
|
||||
### New Post
|
||||
|
||||
```shell
|
||||
$ hugo new hello-world.md
|
||||
```
|
||||
|
||||
More info: [Front formats](https://gohugo.io/content-management/formats/)
|
||||
|
||||
### Server
|
||||
|
||||
```shell
|
||||
$ hugo server
|
||||
```
|
||||
|
||||
More info: [Hugo Server](https://gohugo.io/commands/hugo_server/)
|
||||
|
||||
### Build
|
||||
|
||||
```shell
|
||||
$ hugo
|
||||
```
|
||||
|
||||
More Info: [Hugo Build](https://gohugo.io/commands/hugo/)
|
||||
|
||||
### Deploy
|
||||
|
||||
```shell
|
||||
$ hugo deploy
|
||||
```
|
||||
|
||||
More Info:[Hugo Deployment](https://gohugo.io/commands/hugo_deploy/)
|
||||
|
||||
Enjoy your Hugo journey & good luck for you!
|
Loading…
Reference in New Issue
Block a user