-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (53 loc) · 1.54 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
project:
type: website
# output-dir: docs
website:
title: "My website"
description: "I am a scientist"
site-url: https://pakillo.github.io/academic-website-template-Quarto
repo-url: https://github.com/Pakillo/academic-website-template-Quarto
# favicon: logo.png
twitter-card: true
# creator: "@handle"
# site: "@handle"
open-graph: true
# google-analytics:
# tracking-id: "UA-XXXXXXXX"
# anonymize-ip: true
# cookie-consent: true
navbar:
right:
- href: index.qmd
text: Home
- Projects.qmd
- Publications.qmd
- Blog.qmd
# - icon: mastodon
# href: https://joinmastodon.org
# - text: "{{< iconify fa6-brands bluesky title='BlueSky'>}}"
# href: https://bsky.app
# - text: "{{< iconify fa6-brands x-twitter title='Twitter'>}}"
# href: https://x.com
# - icon: github
# href: https://github.com
# - icon: linkedin
# href: https://linkedin.com/
# - text: "{{< iconify academicons google-scholar-square size=1.2em title='Scholar'>}}"
# href: https://scholar.google.com
# - text: "{{< iconify fa6-brands orcid size=1.2em title='ORCID' >}}"
# href: https://orcid.org/
- icon: rss
href: index.xml
# - icon: twitter
# href: https://twitter.com
page-footer:
background: light
right: "Made with Quarto"
# back-to-top-navigation: true
format:
html:
theme: flatly
css: styles.css
toc: false
execute:
freeze: auto # re-render only when source changes