-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
48 lines (42 loc) · 908 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
40
41
42
43
44
45
46
47
48
project:
type: website
output-dir: _site
resources:
- decisions/attachments
website:
site-url: https://v-sekai.github.io/manuals
repo-url: https://github.com/V-Sekai/manuals
repo-branch: main
repo-actions: edit
title: V-Sekai - Manuals
page-navigation: true
navbar:
logo: 68604884.png
logo-alt: V-Sekai
background: primary
search: true
left:
- text: "Changes"
file: changelog.qmd
- text: "Decisions"
file: decisions.qmd
page-footer:
right:
- icon: github
href: https://github.com/V-Sekai/manuals
- icon: twitter
href: https://twitter.com/VSekaiOfficial
- icon: discord
href: https://discord.gg/2YwPmnbqcN
- icon: web
href: https://v-sekai.org/
format:
html:
toc: true
theme:
light: flatly
dark: darkly
filters:
- quarto
freeze: true
editor: visual