-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
42 lines (38 loc) · 976 Bytes
/
_quarto.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
37
38
39
project:
type: book
output-dir: docs
book:
title: "R-Universe Documentation"
reader-mode: true
site-url: https://docs.r-universe.dev/
repo-url: https://github.com/r-universe-org/hitchhikers-guide
repo-actions: [edit, issue]
chapters:
- index.qmd
- part: Browse
chapters:
- browse/get-started.qmd
- browse/search.qmd
- browse/universes.qmd
- browse/packages.qmd
- browse/api.qmd
- browse/rss-feeds.qmd
- part: Install
chapters:
- install/binaries.qmd
- install/reproducibility.qmd
- part: Publish
chapters:
- publish/get-started.qmd
- publish/set-up.qmd
- publish/metadata.qmd
- publish/troubleshoot-build.qmd
- publish/terms.qmd
- publish/other-networks.qmd
lightbox: true
format:
html:
theme: [cosmo, custom.scss]
toc: true
include-in-header: "matomo.html"
from: markdown+autolink_bare_uris