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