generated from EllaKaye/advent-of-code-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (41 loc) · 1.05 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
project:
type: website
resources:
- fonts
preview:
port: 4322
execute:
freeze: auto
website:
title: "Advent of Code by Francisco Yirá"
#site-url: https://github.com
description: My solutions to Advent of Code
repo-url: https://github.com/franciscoyira/advent-of-code-website
navbar:
left:
- 2023.qmd
right:
- href: https://www.franciscoyira.com/
text: "blog"
rel: external
- href: https://www.franciscoyira.com/subscribe
text: "newsletter"
- href: https://cv.franciscoyira.com/
text: "portfolio"
- icon: github
href: https://github.com/franciscoyira/advent-of-code-website
- icon: linkedin
href: https://www.linkedin.com/in/franciscoyira/
- icon: mastodon
href: https://techhub.social/home
open-graph: true
format:
html:
theme:
dark: custom-dark.scss
light: [cosmo, custom-light.scss]
css: styles.css
code-block-border-left: true
smooth-scroll: true
link-external-newwindow: true
editor: source