mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
538 B
538 B
hugoBasicExample
This is an example site for Hugo.
It is intended to be a demo site for the hugo themes.
Using
- First install Hugo;
- Then clone this repository;
- Clone the hugo themes;
- Run Hugo and select the theme of your choosing.
git clone https://github.com/spf13/HugoBasicExample.git
cd HugoBasicExample
git clone --recursive https://github.com/spf13/hugoThemes.git themes
hugo server -t `themename`