This repository offers an example site for Hugo and also it provides the default content for demos hosted on the Hugo Themes Showcase.
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided here
Run Hugo and select the theme of your choosing
hugo server -t YOURTHEME
/content/
this repository contains the following:/post/
with sample markdown contenthomepage
that you may want to use for single page applications. You can find instructions about headless bundles over hereabout.md
that is intended to provide the /about/
page for a theme demo