mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00

- Change color from orange to blue; improve colors elsewhere - Change `div.section` to `section` - Rename `posts` directory to `blog` - Add ability to specify extra CSS files in `config.toml` - Removed `WebFontsFile` feature from `config.toml` - Remove the initials displayed on top right of single post pages - Update example site
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/spf13/HugoBasicExample.git
cd HugoBasicExample
git clone --recursive https://github.com/spf13/hugoThemes.git themes
hugo server -t themename
Enjoy!