-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsite.yml
More file actions
34 lines (34 loc) · 751 Bytes
/
site.yml
File metadata and controls
34 lines (34 loc) · 751 Bytes
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
site:
title: owl-cli Documentation
url: https://atextor.de/owl-cli/
start_page: main::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: docs
- url: https://github.com/atextor/owl-cli.git
tags: [v*]
branches: ~
start_path: docs
ui:
bundle:
# UI bundle is built from here: https://github.com/atextor/docs-antora-ui
url: ./docs/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll ]
- path: .nojekyll
runtime:
cache_dir: ./.cache/antora
asciidoc:
attributes:
doctype: book
sectanchors: true
idprefix: ''
idseparator: '-'
stem: 'asciimath'
extensions:
- "@djencks/asciidoctor-mathjax"