Go to file
Icedream 801496311b
Initial commit.
2018-02-12 17:36:50 +01:00
content/post Initial commit. 2018-02-12 17:36:50 +01:00
layouts Initial commit. 2018-02-12 17:36:50 +01:00
static Initial commit. 2018-02-12 17:36:50 +01:00
.babelrc Initial commit. 2018-02-12 17:36:50 +01:00
.eslintignore Initial commit. 2018-02-12 17:36:50 +01:00
.eslintrc.js Initial commit. 2018-02-12 17:36:50 +01:00
.gitignore Initial commit. 2018-02-12 17:36:50 +01:00
LICENSE Initial commit. 2018-02-12 17:36:50 +01:00
README.md Initial commit. 2018-02-12 17:36:50 +01:00
config.toml Initial commit. 2018-02-12 17:36:50 +01:00
docker-compose.yml Initial commit. 2018-02-12 17:36:50 +01:00
package.json Initial commit. 2018-02-12 17:36:50 +01:00
webpack.config.js Initial commit. 2018-02-12 17:36:50 +01:00
webpack.devserver.config.js Initial commit. 2018-02-12 17:36:50 +01:00
yarn.lock Initial commit. 2018-02-12 17:36:50 +01:00

README.md

hugoBasicExample

This is an example site for Hugo.

It is intended to be a demo site for the various 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.

In other words:

git clone https://github.com/gohugoio/HugoBasicExample.git
cd HugoBasicExample
git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
hugo server -t themename

Enjoy!