gohugoio / hugoBasicExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License