-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (36 loc) · 801 Bytes
/
_quarto.yml
File metadata and controls
38 lines (36 loc) · 801 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
35
36
37
38
project:
type: website
output-dir: _site
resources:
- CNAME
website:
title: "hyperverse"
site-url: https://hyperverse.world
favicon: assets/hyperverse.svg
search: true
navbar:
background: "#232323"
foreground: "#f0f0f0"
title: "hyperverse"
left:
- href: ecosystem.qmd
text: Ecosystem
- href: why.qmd
text: Why
- href: getting-started.qmd
text: Get started
- href: glitchtipr.qmd
text: Monitoring
right:
- icon: github
href: https://github.com/hyperverse-r
aria-label: GitHub
format:
html:
include-in-header: analytics.html
theme:
dark: [darkly, styles.scss]
light: [flatly, styles-light.scss]
highlight-style: dracula
toc: false
page-layout: full