-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
71 lines (68 loc) · 1.86 KB
/
_quarto.yml
File metadata and controls
71 lines (68 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
project:
type: website
output-dir: docs
lang: en
website:
title: "Dr Daniel Kapitan | Data-centric AI | Applied AI | Coaching & Mentoring | Masterclasses & Public Speaking"
site-url: https://kapitan.net
open-graph: true
# google-analytics: "G-3N2FL85753"
search:
location: sidebar
type: overlay
navbar:
title: false
logo: /images/@kapitan-logo-redbrick-zilla.png
pinned: false
collapse-below: md
sidebar:
style: docked
collapse-level: 1
background: light
tools:
- icon: linkedin
href: https://www.linkedin.com/in/dkapitan/
text: "LinkedIn profile"
- icon: github
href: https://github.com/dkapitan
text: "GitHub profile"
contents:
- text: "Projects"
href: projects/index.qmd
- text: "Blog"
href: blog/index.qmd
- text: "Anthology of Data Science"
href: https://anthology-of-data.science
- text: "Buddhayana"
href: https://kapitan.net/buddhayana
- text: "Book an appointment"
href: appointment/index.qmd
page-footer:
left: |
<br>
__Chamber of Commerce (KvK):__ 52920259<br>
__RSIN:__ 850665851<br>
center: |
<br>
__IBAN:__ NL47 KNAB 0259 5268 27<br>
__Terms & Conditions__ in [Dutch](/resources/230901-algemene-voorwaarden.pdf)<br>
right: |
<br>
Copyright © 2023 Daniel Kapitan<br>
This website was created with
[{fig-alt="Quarto" width=65px}](https://quarto.org)<br>
format:
html:
# page-layout: full
date-format: "MMM YYYY"
theme:
light:
- flatly
- mozilla.scss
css: styles.css
toc: false
include-in-header:
- text: |
<script data-goatcounter="https://dkapitan.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
execute:
freeze: auto