-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
108 lines (94 loc) · 2.77 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
project:
type: website
preview:
port: 5555
resources:
- files/
- non-math/
- blog/
- notes/
- now/
- records/
output-dir: docs
website:
title: "{{< var website.title >}}"
description: "{{< var website.description >}}"
# favicon:
site-url: "{{< var website.site-url >}}"
repo-url: "{{< var website.repo-url >}}"
search: false
google-analytics: "G-10MN4G7N17"
navbar:
left:
- text: Records
href: records/index.qmd
- text: Notes
href: notes/index.qmd
- text: Blog
href: blog/index.qmd
- text: Non-math
href: non-math/index.qmd
#- text: Now
# href: now/index.qmd
right:
- text: "{{< iconify clarity email-solid >}}"
aria-label: email
href: mailto:vijaysarthak@yahoo.com
- text: "{{< iconify simple-icons x >}}"
aria-label: x (previously twitter)
href: https://x.com/dense_set
#- text: "{{< iconify simple-icons mastodon >}}"
# aria-label: mastodon
# href: https://mathstodon.xyz/@denseset
- text: "{{< iconify simple-icons github >}}"
aria-label: github
href: https://github.com/dense-set
- text: "{{< iconify simple-icons stackexchange >}}"
aria-label: stackexchange
href: https://stackexchange.com/users/9566496/atom
#comments:
# hypothesis:
# theme: clean
# showHighlights: whenSidebarOpen
page-footer:
border: true
left: |
[
{{< iconify fa-brands creative-commons >}} 2024 Sarthak.
]{.footer-block}
[
All content licensed under<br>
[{{< iconify fa-brands creative-commons >}}
{{< iconify fa-brands creative-commons-by >}}
{{< iconify fa-brands creative-commons-nc >}}
{{< iconify fa-brands creative-commons-sa >}} CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
]{.footer-block}
center: |
*Be a hero,
or a villain even!;
only never just a mere prop.*
right: |
[
Made with [Quarto](https://quarto.org/).
]{.footer-block}
[
View the source code on [GitHub {{< iconify fa-brands github >}}]({{< var website.repo-url >}}).
]{.footer-block}
# Metdata stuff
# pagetitle: "{{< meta title >}} | {{< var website.title >}}"
description-meta: "{{< var website.description >}}"
author-meta: "{{< var website.author >}}"
format:
html:
theme:
dark: [darkly, _custom-dark.scss]
light: [flatly, _custom-light.scss]
css: common.css
toc: false
smooth-scroll: true
include-after-body:
- text: |
<script src="light-dark-modes.js"></script>
<script src="mathjax.js"></script>
anchor-sections: true
title-block-banner: true