forked from Algorithmology/www.algorithmology.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
49 lines (45 loc) · 1.38 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
preview:
port: 5550
browser: false
watch-inputs: true
navigate: false
website:
title: "{{< iconify uis microscope size=30px >}} Algorithmology"
search:
location: navbar
reader-mode: false
back-to-top-navigation: true
page-navigation: true
favicon: "icons/algorithmology.png"
open-graph: true
site-url: https://www.algorithmology.org/
repo-url: https://github.com/Algorithmology/www.algorithmology.org
navbar:
right:
- syllabus/index.qmd
- schedule/index.qmd
- slides/index.qmd
- allhands/index.qmd
page-footer:
left: '<a href="https://github.com/Algorithmology/www.algorithmology.org/graphs/contributors" aria-label="Algorithmology Maintainers">{{< iconify fa copyright >}} Algorithmology</a>'
right:
- text: "{{< iconify fa github size=18px >}}"
href: https://github.com/Algorithmology/
- text: "{{< iconify fa github-square size=18px >}}"
href: https://github.com/Algorithmology/www.algorithmology.org/
- text: "{{< iconify bi discord size=19px >}}"
href: https://discord.gg/YHjhQaBnme
- text: "{{< iconify bi rss-fill size=18px >}}"
href: "blog/index.xml"
format:
html:
mainfont: Inter
monofont: Ubuntu Mono
fontsize: 1.25em
theme: zephyr
highlight-style: github
css: css/styles.css
execute:
freeze: auto