-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (47 loc) · 1.16 KB
/
Copy path_quarto.yml
File metadata and controls
53 lines (47 loc) · 1.16 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
project:
type: website
website:
title: "Archief Ben"
description: "Verzameling van documenten over allerlei onderwerpen."
favicon: images/logo.png
site-url: "https://bwelman.github.io/"
repo-url: "https://github.com/bwelman/bwelman.github.io"
google-analytics: "G-DZG4072LJ3"
navbar:
logo: images/logo-transparant.png
left:
- text: Home
href: index.qmd
- text: Access
href: access.qmd
- text: Excel
href: excel.qmd
- text: Bier
href: bier.qmd
- text: Chemie
href: chemie.qmd
- text: Wiskunde
href: wiskunde.qmd
- text: R
href: r.qmd
- text: Divers
href: divers.qmd
- text: Tutorials
href: tutorials.qmd
page-footer:
left: |
Deze website is gemaakt met <a href="https://quarto.org/">Quarto</a>.
format:
html:
theme: include/mystyles.scss
mainfont: "Source Sans Pro"
toc: true
toc-depth: 3
page-layout: article
title-block-banner: false
link-external-newwindow: true
smooth-scroll: true
execute:
freeze: auto
lang: nl
editor: visual