Skip to content

jdillon/dionysus-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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