-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
69 lines (65 loc) · 1.64 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
project:
type: website
preview:
port: 4200
resources:
- posts/notebook_best_practices.html
- posts/notebook-best-practices.html
# Can't remember what next line was for
# - "*.png"
website:
open-graph: true
twitter-card:
creator: "@wasimlorgat"
site: "@wasimlorgat"
title: "Wasim Lorgat"
favicon: favicon.ico
navbar:
background: dark
left:
- text: Posts
file: index.qmd
- projects.qmd
- tils/index.qmd
right:
- icon: twitter
href: https://twitter.com/wasimlorgat
- icon: github
href: https://github.com/seem
- icon: linkedin
href: https://linkedin.com/in/wasim-lorgat
- icon: rss
text: Posts
href: index.xml
- icon: rss
text: TILs
href: tils/index.xml
site-url: https://wasimlorgat.com
repo-url: https://github.com/seem/blog
repo-actions: [edit, source, issue]
format:
html:
theme: seem.scss
highlight-style: seem.theme
include-in-header: [analytics-head.html]
include-after-body: [analytics-body.html]
metadata:
pagetitle: "{{< meta title >}}"
freeze: true
# Enable banner style title blocks
title-block-banner: false
author: Wasim Lorgat
# Can't yet enable this because it causes "On this page" to appear on index.html
# even if I set its post-level `toc: false`
# toc: true
title-block-categories: false
toc-depth: 5
comments:
giscus:
repo: seem/blog
repo-id: R_kgDOIBWk3A
category: Announcements
category-id: DIC_kwDOIBWk3M4CSSa6
mapping: pathname
loading: lazy
input-position: top