Skip to content

Latest commit

 

History

History

exampleSite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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