jschwartz73 / static-website

The Micronaut website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut Website

Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.

What to change when a new release is published.

Please, modify main/src/resources/releases.yml

Sources for the Micronaut website

This project builds the Micronaut website. It is using Gradle and is fully statically generated.

Build is Build Status.

Generating the MAIN site

./gradlew :main:runShadow

The output can be found in the main/build/site directory.

Generating the GUIDES site

./gradlew :guides:runShadow

The output can be found in the guides/build/site directory.

About

The Micronaut website

License:Apache License 2.0


Languages

Language:Groovy 71.2%Language:CSS 14.6%Language:HTML 8.4%Language:JavaScript 4.7%Language:Shell 1.2%