Hugo variant of the Web Experience Toolkit (WET)
Examples of this theme in use can be found at:
The theme is built using the Web Experience Toolkit; consequently there are a few mandatory requirements to get started:
- hugo 0.13+:
brew install hugo
- node.js:
brew install npm
- bower:
npm install bower -g
Once the requirements have been met, there are a few ways you can instantiate a new project to leverage this theme:
For your convenience a skeleton folder has been added which provides a baseline scaffold to get started with this theme. Simply copy the folder and rename all instances of 'wet-boew/wet-boew-hugo-skel' + 'wet-boew-hugo-skel' with your new namespace.
Simply follow the commands listed below given you have the appropriate files (config.yml|toml etc) at the project root.
hugo new site `website`
mkdir themes && cd themes
git clone https://github.com/wet-boew/wet-boew-hugo.git wxt && cd wxt
bower install
hugo server --theme=wxt \
--watch