-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
49 lines (44 loc) · 1.19 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
project:
type: website
resources:
- "files/"
render:
- "*.qmd"
- "blog/**/*.md"
- "!blog/2022/election-maps-2022/index.qmd"
- "!README.md"
execute:
freeze: true
website:
title: "Jacob Dawang"
image: files/profile.png
site-url: "https://www.jacobdawang.com"
repo-url: "https://github.com/jdawang/website2"
repo-actions: source
repo-branch: main
description: Jacob Dawang's personal website
favicon: files/favicon.ico
twitter-card:
creator: "@jacoobaloo"
open-graph: true
cookie-consent: false # don't have any tracking cookies
search: true
navbar:
left:
- about.qmd
- blog.qmd
right:
- icon: rss
href: blog.xml
page-footer:
center: |
{{< fa regular copyright >}} 2023 Jacob Dawang
{{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} {{< fa brands creative-commons-sa >}} {{< fa brands creative-commons-nc >}} [(CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/)<br>
Powered by [Quarto](https://quarto.org/)<br>
format:
html:
theme:
light: [cosmo, custom_styles.scss]
dark: [cosmo, custom_styles_dark.scss]
toc: false
editor: visual