Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdillon/dionysus-example

Dionysus Hugo Theme Example
https://github.com/jdillon/dionysus-example

dionysus example hugo

Last synced: 22 days ago
JSON representation

Dionysus Hugo Theme Example

Awesome Lists containing this project

README

        

# Hugo Dionysus Theme Example

Example project using Hugo Dionysus Theme for building project sites.

## Requirements

* [Apache Maven](https://maven.apache.org/) 3.3+ (prefer to use included `mvnw`)
* JDK 7+ (10 is **NOT** supported)
* [Hugo Dionysus Theme](https://github.com/jdillon/hugo-dionysus-theme)

[Hugo](https://gohugo.io/getting-started/installing/) 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

* [Development](src/site/hugo/README.md)

### Building

./mvnw clean install dionysus:build

### Publishing

./mvnw dionysus:publish