add hugo file
This commit is contained in:
parent
3925cd6f1f
commit
5b79835f28
14
hugo.md
Normal file
14
hugo.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: hugo
|
||||||
|
---
|
||||||
|
|
||||||
|
hugo is a static website generator
|
||||||
|
|
||||||
|
## Usefull command
|
||||||
|
|
||||||
|
- `hugo server -b localhost/starter` launch a test server on your local machine
|
||||||
|
- -b is for baseURL option depend to configuration
|
||||||
|
- you can add -t with theme name if you have few theme installed
|
||||||
|
- `hugo new site .` create a new site skeleton
|
||||||
|
- `hugo new test.md ` create a new file in content folder
|
||||||
|
- `hugo` compile site
|
Reference in New Issue
Block a user