This repository has been archived on 2020-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
readme/hugo.md
2019-05-30 14:27:56 +02:00

15 lines
410 B
Markdown

---
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