-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
128 lines (123 loc) · 2.88 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
project:
type: website
preview:
port: 4200
post-render:
- julia ./_quarto/post-render.jl
author: "Dheepak Krishnamurthy"
website:
title: "kdheepak"
favicon: ./_quarto/favicon.svg
search:
location: navbar
site-url: https://kdheepak.com
repo-url: https://github.com/kdheepak/kdheepak.github.io
repo-actions: [edit, issue]
open-graph: true
twitter-card: true
navbar:
title: false
logo: _quarto/favicon.svg
collapse: true
search: true
pinned: false
left:
- text: "About"
href: ./index.md
- text: "CV"
href: ./cv/index.md
- text: "Blog"
href: ./blog/index.qmd
right:
- icon: rss
href: index.xml
aria-label: RSS
- icon: github
href: https://github.com/kdheepak
aria-label: GitHub
- icon: linkedin
aria-label: linkedin
href: https://www.linkedin.com/in/dheepak-krishnamurthy
rel: me
sidebar:
alignment: left
style: docked
collapse-level: 1
page-footer:
center:
- text: "All views or opinions expressed here are solely mine and are not represented, shared, supported, or endorsed by any employer or entity in any manner."
format:
html:
grid:
content-mode: standard
theme:
- pulse
- ./_quarto/theme.scss
css:
- ./_quarto/styles.css
mainfont: "Computer Modern Sans"
code-copy: hover
code-tools:
source: repo
highlight-style: printing
include-in-header:
- ./_quarto/font.html
anchor-sections: true
section-divs: true
email-obfuscation: javascript
html-q-tags: true
toc: true
toc-location: left
toc-depth: 3
shift-heading-level-by: 1
number-sections: false
callout-appearance: simple
citations-hover: true
cap-location: margin
citation: true
reference-location: margin
from: markdown+emoji+mark
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/.*kdheepak\.com\/'
code-block-border-left: true
title-block-style: plain
title-block-categories: false
filters:
- _quarto/alert.lua
- _quarto/image-to-link.lua
- code-visibility
- quarto-svgbob
- collapse-callout
- pseudocode
- hide-comment
- include-code-files
- abstract-section
- quarto
- line-highlight
comments:
# hypothesis: true
giscus:
repo: kdheepak/kdheepak.github.io
category: Comments
reactions-enabled: true
mapping: url
quarto-required: ">= 1.3.0"
links-as-notes: true
link-citations: true
crossref:
fig-prefix: Figure
tbl-prefix: Table
eq-prefix: Equation
execute:
cache: true
output: true
echo: true
warning: true
error: false
freeze: true
eval: true
daemon: true
bibliography: ./_quarto/website.bib
csl: ./_quarto/ieee.csl
license: CC BY-SA