A fast, clean, responsive Hugo theme.
Go to file
Rasmus Stougaard 73b2f1ac08 Added layouts directory to avoid error when generating site
Hugo ouputs an error like:

ERROR: 2014/11/19 Walker:  lstat /path/to/HugoBasicExample/layouts: no such file or directory

when testing a new theme against this repo, unless the layouts folder is created first

Tested with hugo built from commit master (on commit 728d0fa32cb666264045783518cc6ded5c78f246)
2014-11-19 23:22:12 +07:00
content Adding a menu to the content example site 2014-04-26 16:24:08 -06:00
layouts Added layouts directory to avoid error when generating site 2014-11-19 23:22:12 +07: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`