forked from redhat-scholars/build-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yml
36 lines (31 loc) · 729 Bytes
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
runtime:
cache_dir: ./.cache/antora
site:
title: RedHat Scholars Courseware
repo: build-course
url: https://redhat-scholars.github.io/build-course
start_page: rhs-build-course::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: documentation
asciidoc:
attributes:
release-version: master
page-pagination: true
extensions:
- ./lib/tab-block.js
- ./lib/remote-include-processor.js
ui:
bundle:
url: https://github.com/redhat-scholars/course-ui/releases/download/v0.1.5/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll ]
- path: .nojekyll
output:
clean: true
dir: ./gh-pages