Example project using Hugo Dionysus Theme for building project sites.
- Apache Maven 3.3+ (prefer to use included
mvnw) - JDK 7+ (10 is NOT supported)
- Hugo Dionysus Theme
Hugo is needed, but the maven integration will provide this if not otherwise configured explicitly.
./mvnw clean install
To keep things simple for production and development, build will write files into the src/site/hugo directory.
Prepare gh-pages branch for deploying site content to:
./mvnw dionysus:prepare-branch
./mvnw clean install dionysus:build
./mvnw dionysus:publish