|
||
---|---|---|
content/post | ||
layouts | ||
static | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.toml | ||
docker-compose.yml | ||
package.json | ||
webpack.config.js | ||
webpack.devserver.config.js | ||
yarn.lock |
README.md
hugoBasicExample
This is an example site for Hugo.
It is intended to be a demo site for the various Hugo themes.
Using
- First, install Hugo;
- Then, clone this repository;
- Clone the Hugo themes;
- 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!