Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 888 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 888 Bytes

Hugo Dionysus Theme Example

Example project using Hugo Dionysus Theme for building project sites.

Requirements

Hugo is needed, but the maven integration will provide this if not otherwise configured explicitly.

Build

./mvnw clean install

Site

To keep things simple for production and development, build will write files into the src/site/hugo directory.

Setup

Prepare gh-pages branch for deploying site content to:

./mvnw dionysus:prepare-branch

Development

Building

./mvnw clean install dionysus:build

Publishing

./mvnw dionysus:publish