-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (40 loc) · 1016 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
39
40
41
42
43
44
45
46
47
project:
type: website
output-dir: docs
website:
title: "Mona Farnisa"
site-url: https://monafarnisa.github.io/
google-analytics:
tracking-id: "G-G-W9WW2GESRZ"
anonymize-ip: true
navbar:
search: true
left:
- text: home
href: index.qmd
- text: bio
href: bio.qmd
- text: resume
href: Farnisa_CV_2024.pdf
- text: publications
href: publications.qmd
- text: biking
href: biking.qmd
right:
- icon: github
href: https://github.com/monafarnisa
- icon: linkedin
href: https://www.linkedin.com/in/monafarnisa/
page-footer:
background: light # or dark
left: Copyright 2024, Mona Farnisa
right: This website is built with {{< fa brands r-project title="R Project" >}}, [Quarto](https://quarto.org/), and {{< fa brands github >}}
format:
html:
theme:
dark: darkly
light: literia
css: styles.css
toc: true
page-layout: full
editor: visual