- Install Hugo
- Clone this repository
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
- Under
/content/
this repository contains the following:
- A section called
/post/
with sample markdown content - A headless bundle called
homepage
that you may want to use for single page applications. You can find instructions about headless bundles over here - An
about.md
that is intended to provide the/about/
page for a theme demo
- If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the Hugo Themes respository
This repo uses the REUSE standard in order to
communicate the correct licence for the file. For those unfamiliar with
the standard the licence for each file can be found in one of three
places. The licence will either be in a comment block at the top of the
file, in a .license
file with the same name as the file, or in the
dep5 file located in the .reuse
directory. If you are unsure of the
licencing terms please contact
contact@sidingsmedia.com.
All files committed to this repo must contain valid licencing
information or the pull request can not be accepted.