Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 617 Bytes

File metadata and controls

15 lines (9 loc) · 617 Bytes

Build Hugo Site with config directory demo

This demonstrates how to build a single page using Hugo from the given configuration directory config.

How it works

Run mvn package.

Now you should have all those resources on the one hand inside target/generated-resources/hugo/... but also in your resulting JAR and by this available in your classpath at public/....

Config Output in JAR
config target/generated-resources/hugo/ public/

Please see pom.xml for details how this is being configured.