-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (43 loc) · 1.25 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
project:
type: website
website:
title: "AI Intuition"
site-url: https://www.ai-intuition.com
search:
location: navbar
type: textbox
page-navigation: true
navbar:
left:
- text: Projects
href: projects/index.qmd
- text: Blog
href: blog/index.qmd
right:
- about/index.qmd
- icon: github
href: https://github.com/charleneleong-ai/
- icon: linkedin
href: https://www.linkedin.com/in/charleneleong/
favicon: favicon.png
open-graph: true
body-footer:
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
<script defer src="https://cloud.umami.is/script.js" data-website-id="07090575-f991-48f7-91da-2346a7d041ff"></script>
format:
html:
theme: cosmo
css: styles.css
code-link: true
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
csl: styles/ieee.csl
page-layout: full
fig-cap-location: bottom
crossrefs-hover: true
editor: visual