-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (42 loc) · 900 Bytes
/
_quarto.yml
File metadata and controls
45 lines (42 loc) · 900 Bytes
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
output-dir: docs
render:
- 'index.qmd'
- '2025/*/*.qmd'
- '2024/*/*.qmd'
- '2023/*/*.qmd'
- '2022/*/*.qmd'
- '2021/*/*.qmd'
- '2020/*/*.qmd'
- '2019/*/*.qmd'
- '2018/*/*.qmd'
website:
title: "Gus Lipkin's Awesome Code"
navbar:
background: primary
left:
- href: https://guslipkin.github.io/
text: Main Site
- href: https://adventofcode.com/about
text: About AoC
right:
- href: https://guslipkin.github.io/contact.html
text: Contact Me
tools:
- href: https://www.linkedin.com/in/guslipkin/
icon: linkedin
- href: https://www.github.com/guslipkin
icon: github
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
code-line-numbers: true
code-link: true
execute:
freeze: auto
cache: true