Skip to content

sonatype/dionysus-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dionysus Support

license

maven-central

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 bin location 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