generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_quarto.yml
51 lines (47 loc) · 1.07 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
project:
type: website
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
website:
title: "Sayak Paul"
site-url: "https://sayak.dev/"
description: "Personal site of Sayak Paul."
favicon: posts/favicon.ico
search: false
twitter-card:
creator: "@RisingSayak"
card-style: summary
open-graph: true
repo-actions: [edit, issue]
repo-branch: "master"
repo-url: "https://github.com/sayakpaul/portfolio"
google-analytics: "UA-163448909-1"
navbar:
background: primary
left:
- text: "About Me"
href: pages/about.qmd
- text: "Authoring"
href: pages/authoring.qmd
- text: "Blog"
href: blog.qmd
- text: "Research"
href: pages/research.qmd
- text: "Resources"
href: pages/resources.qmd
right:
- icon: twitter
href: https://twitter.com/RisingSayak
- icon: linkedin
href: https://www.linkedin.com/in/sayak-paul/
- icon: github
href: https://github.com/sayakpaul
execute:
freeze: auto
resources:
- CNAME