-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
38 lines (34 loc) · 853 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
project:
type: website
website:
title: jvaverka
site-url: https://jvaverka.github.io
description: "Blog about puzzles and programming"
page-footer: © 2023, Jacob Vaverka
favicon: images/blue-tree.png
navbar:
logo: images/blue-tree.png
right:
- icon: code-slash
href: projects/index.md
- icon: easel
href: talks/index.md
- icon: info-circle
href: about/index.md
format:
html:
toc: true
toc-title: Page Contents
title-block-style: default
mainfont: Ubuntu
monofont: Ubuntu Mono
smooth-scroll: true
link-external-icon: true
link-external-newwindow: true
theme:
light: [simplex, theme/gnome-one/gnome-one-light.scss]
dark: [simplex, theme/gnome-one/gnome-one-dark.scss]
highlight-style: github
jupyter: julia-1.9
execute:
freeze: auto