forked from TeamDevDev/www.developerdevelopment.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (73 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
project:
type: website
render:
- "*.qmd"
- "!_resources/"
preview:
port: 5540
browser: false
watch-inputs: true
navigate: false
website:
title: ""
page-navigation: true
favicon: "icons/devdev-logo-favicon.svg"
open-graph: true
site-url: https://www.developerdevelopment.com/
repo-url: https://github.com/TeamDevDev/www.developerdevelopment.com
search:
location: navbar
reader-mode: false
back-to-top-navigation: false
navbar:
left:
- href: index.qmd
text: Home
- href: blog/index.qmd
text: Blog
- href: schedule/index.qmd
text: Schedule
- href: syllabus/index.qmd
text: Syllabus
page-footer:
left: '<a href="https://github.com/TeamDevDev/www.developerdevelopment.com/graphs/contributors" aria-label="DevDevTeam Maintainers">{{< fa copyright >}} DevDev</a>'
center: '<a href="#" aria-label="Go to the top of the page">Top {{< fa circle-up >}}</a>'
right:
- text: "{{< iconify fa github size=18px >}}"
href: https://github.com/TeamDevDev/
- text: "{{< iconify fa github-square size=18px >}}"
href: https://github.com/TeamDevDev/www.developerdevelopment.com/
- text: "{{< iconify bi discord size=19px >}}"
href: https://discord.gg/aNfn8DNEMx
- text: "{{< iconify bi rss-fill size=18px >}}"
href: "blog/index.xml"
format:
html:
# do not use embed-resources: true because this
# causes build times to take a very long time
# and builds will normally crash with an out
# of memory error from the JavaScript runtime
embed-resources: false
mainfont: Noto Sans
monofont: Noto Sans Mono
fontsize: 1.375em
theme:
- united
- united-light.scss
css: styles.css
toc: true
toc-title: "Contents"
code-copy: hover
code-overflow: wrap
code-fold: false
code-tools: false
highlight-style: gruvbox
email-obfuscation: javascript
# note: smooth-scroll must false so as to
# ensure that the back to top button
# in the footer of the page works correctly
smooth-scroll: false
citations-hover: true
footnotes-hover: true
citeproc: true
appendix-style: default