-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
39 lines (36 loc) · 962 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
project:
type: website
output-dir: docs
website:
title: "Matthew Law"
favicon: images/android-chrome-512x512.png
site-url: https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day
description: 'Map enthusiast'
navbar:
right:
# - about.qmd
- text: MSc Dissertation
href: https://matthewlaw.xyz/dissertation21/
aria-label: Dissertation
- icon: rss
href: index.xml
aria-label: RSS
- icon: github
href: https://github.com/matthew-law
aria-label: GitHub
- icon: twitter
href: https://twitter.com/Iawmatthew
aria-label: Twitter
- icon: mastodon
href: https://mapstodon.space/@MatthewLaw
aria-label: Mastodon
format:
html:
theme:
light: [flatly, styles.scss]
dark: [darkly, styles-dark.scss]
# highlight-style: a11y-dark
mainfont: "IBM Plex Sans"
code-copy: true
code-overflow: wrap
editor: visual