-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
48 lines (47 loc) · 1.17 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
project:
type: website
website:
title: "gregers kjerulf dubrow"
description: "personal website for gregers kjerulf dubrow"
site-url: https://www.gregdubrow.io
cookie-consent:
type: express
google-analytics:
tracking-id: "G-09CSH6M61C"
anonymize-ip: false
repo-url: https://github.com/greg-dubrow/greg_dubrow_io
open-graph: true
navbar:
pinned: true
right:
- text: "About me"
file: about.qmd
- text: "Consulting"
file: consulting.qmd
- icon: github
href: https://github.com/greg-dubrow
target: _blank
- icon: linkedin
href: https://linkedin.com/in/dubrowg/
target: _blank
- icon: "![](bluesky-brands-solid.svg)"
text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/gregerskjerulf.bsky.social
target: _blank
- icon: rss
href: index.xml
page-footer:
left:
- href: https://www.quarto.org
text: Built with Quarto
right:
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: styles.css
code-overflow: scroll
link-external-newwindow: true
editor:
mode: source