Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokeedev/jbake-gradle-plugin
A Gradle plugin for JBake
https://github.com/nokeedev/jbake-gradle-plugin
Last synced: about 2 months ago
JSON representation
A Gradle plugin for JBake
- Host: GitHub
- URL: https://github.com/nokeedev/jbake-gradle-plugin
- Owner: nokeedev
- Created: 2022-03-07T15:50:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:54:23.000Z (2 months ago)
- Last Synced: 2024-10-30T14:41:32.980Z (2 months ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= JBake plugin for Gradle
This plugin allows rendering a site using https://www.jbake.org[JBake] directly from https://www.gradle.org[Gradle].
It's spiritually connected to https://github.com/jbake-org/jbake-gradle-plugin[the official Gradle plugin] but differ in the following ways:- The JBake extension can depend on remote content, templates, assets and properties.
- The plugin provide a `jbake` software component for publishing in Maven and Ivy.
Note that each JBake artifacts are published individually, e.g. content, templates, assets, properties and baked site.
- The project allow creation of additional JBake extension to render other independent type of documentation.This plugin uses similar defaults as the official plugin.
NOTE: This plugin was develop to support Nokee's development need and is only used as a local plugin.
There is currently no intention of publishing the plugin to the Gradle Plugin Portal.