A fast, clean, responsive Hugo theme.
Go to file
2014-05-23 18:18:27 -04:00
content Adding a menu to the content example site 2014-04-26 16:24:08 -06:00
static including the static directory 2014-04-26 22:47:54 -06:00
.gitignore Initial commit 2014-04-26 14:46:54 -07:00
config.toml Example site for themes 2014-04-26 16:00:10 -06:00
LICENSE Initial commit 2014-04-26 14:46:54 -07:00
README.md updated readme to reflect the new intent 2014-05-23 18:18:27 -04:00

hugoBasicExample

This is an example site for Hugo.

It is indented to be a demo site for the hugo themes.

Using

  1. First install Hugo.
  2. Then clone this repository.
  3. Clone the hugo themes
  4. 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`