Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 355 Bytes

hugoBasicExample

This repository is intentionally empty.

To create a basic example using the Hugo command line interface:

hugo new site mysite
cd mysite
hugo new theme mytheme
echo "theme = 'mytheme'" >> hugo.toml
hugo server

See the quick start guide for details.