mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
26 lines
478 B
YAML
26 lines
478 B
YAML
site:
|
|
title: JReleaser
|
|
url: https://jreleaser.org
|
|
start_page: guide::index.adoc
|
|
|
|
content:
|
|
sources:
|
|
- url: ./
|
|
branches: main
|
|
start_path: docs
|
|
#- url: https://github.com/jreleaser/jreleaser.github.io.git
|
|
# branches: main
|
|
# start_path: docs
|
|
|
|
ui:
|
|
bundle:
|
|
url: ui-bundle.zip
|
|
supplemental_files:
|
|
- path: ui.yml
|
|
contents: |
|
|
static_files: [ .nojekyll ]
|
|
- path: .nojekyll
|
|
|
|
asciidoc:
|
|
extensions:
|
|
- ./extensions/tabs-block/extension.js |