-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (53 loc) · 1.53 KB
/
Copy path_quarto.yml
File metadata and controls
57 lines (53 loc) · 1.53 KB
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
project:
type: website
post-render: python3 tools/clean-urls.py
resources:
- assets/
render:
- "*.qmd"
- "blog/**"
- "projects/**"
- "about/**"
- "!docs/**"
website:
description: "A blog built with Quarto"
site-url: https://babissimo.github.io
title: "Babissimo"
favicon: assets/anchor.svg
navbar:
href: /
# Default is lg (992px), which shows a burger on most laptop windows.
# sm keeps the links horizontal down to 576px; below that they genuinely
# do not fit alongside the four icons.
collapse-below: sm
right:
- text: "Blog"
href: /blog/
- text: "Projects"
href: /projects/
- text: "About Me"
href: /about/
- icon: github
href: https://github.com/Babissimo
- icon: linkedin
href: https://linkedin.com/in/alexandercharters
- icon: rss
href: /blog/index.xml
page-footer:
left: "© 2026 Babissimo"
right: "Built with [Quarto](https://quarto.org)"
format:
html:
grid:
# 640px measure, centred. margin-width is not a real margin here (the
# contents rail is a fixed overlay) — it counterweights Quarto's
# body-start-outset tracks, which have no right-hand counterpart. At 82px
# the two sides balance to within 1px, and the fr gutters either side keep
# that constant across viewports.
body-width: 640px
margin-width: 82px
toc: true
theme:
light: [brand, custom.scss]
dark: [brand, custom.scss, custom-dark.scss]
open-graph: true