Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 752 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 752 Bytes

hugoBasicExample

This is an example site for Hugo.

It is intended to be a demo site for the various Hugo themes.

Using

  1. Install Hugo
  2. Clone this repository
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
  1. Clone the repository you want to test. If you want to test all hugo themes, you can clone the full list
git clone --recursive https://URL/OF/YOUR/THEME themes/YOURTHEME

or

git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
  1. Run Hugo and select the theme of your choosing
hugo server -t YOURTHEME