-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
49 lines (42 loc) · 994 Bytes
/
_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
project:
type: website
resources:
- "*.c"
website:
title: "Advent of Code"
site-url: https://adventofcode.ellakaye.co.uk
description: Ella Kaye's solutions to Advent of Code
repo-url: https://github.com/EllaKaye/advent-of-code
navbar:
left:
- text: "2020"
href: 2020.qmd
- text: "2022"
href: 2022.qmd
- text: "2023"
href: 2023.qmd
right:
- icon: github
href: https://github.com/EllaKaye/advent-of-code
- icon: person-circle
href: https://ellakaye.co.uk
open-graph: true
execute:
freeze: auto
echo: true
message: false
warning: false
format:
html:
theme:
light: assets/ek-theme-light.scss
dark: assets/ek-theme-dark.scss
css: assets/ek-styles.css
code-block-border-left: true
highlight-style:
light: assets/ek-light.theme
dark: assets/ek-dark.theme
smooth-scroll: true
link-external-newwindow: true
tab-stop: 2
editor: source