Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdillon/dionysus-example
- Owner: jdillon
- License: apache-2.0
- Created: 2018-07-11T17:56:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T17:42:32.000Z (over 6 years ago)
- Last Synced: 2024-11-07T20:54:31.463Z (2 months ago)
- Topics: dionysus, example, hugo
- Language: Java
- Homepage: https://jdillon.github.io/dionysus-example/
- Size: 7.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
### SetupPrepare `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