Dionysus Support
Support for using Dionysus Hugo theme.
Requirements
- Apache Maven 3.3+ (prefer to use included
mvnw) - JDK 7+ (10 is NOT supported)
- NodeJS; version 8+
- Yarn; ensure
yarn global binlocation is on$PATH
Hugo
Maven plugin includes binary releases of Hugo, which are licensed under ASL-2.
Site
To keep things simple for production and development, build will write files into the src/site/hugo directory.
Building
./build site_build
Publishing
./build site_build && ./build site_publish
or more simply:
./build site_deploy