/wet-boew-hugo

Hugo variant of the Web Experience Toolkit

Primary LanguageHTMLMIT LicenseMIT

Hugo variant for WxT

Build Status

Hugo variant of the Web Experience Toolkit (WET)

Example(s)

Examples of this theme in use can be found at:

Requirements

The theme is built using the Web Experience Toolkit; consequently there are a few mandatory requirements to get started:

How to Use the Theme

Once the requirements have been met, there are a few ways you can instantiate a new project to leverage this theme:

Skeleton

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.

Manual Steps

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