-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
49 lines (42 loc) · 1.04 KB
/
_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
49
project:
type: "website"
website:
title: "Matt Fisher Infrastructure"
site-url: "https://mfisher87.github.io/infra"
# site-path: "/infra" # Needed?
repo-url: &repo-url "https://github.com/mfisher87/infra"
repo-actions:
- "edit"
- "source"
- "issue"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© 2023"
sidebar:
style: "docked"
background: "dark"
search: true
tools:
- icon: "github"
href: *repo-url
contents:
- text: "⚠️ Incidents"
href: "incidents/index.md"
- text: "🎉 Changes"
href: "changes/index.md"
- text: "💡 Ideas"
href: "ideas/index.md"
- text: "---"
- text: "Reference"
contents: "reference/*/index.md"
- text: "How to"
href: "how-to/index.md"
contents: "how-to/*.md"
format:
html:
theme:
dark: ["slate", "styles.scss"]
light: ["flatly", "styles.scss"]
toc: true
# Turn on emoji shortcodes:
from: "markdown+emoji"