forked from dkapitan/dkapitan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
86 lines (83 loc) · 2.31 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
project:
type: website
output-dir: docs
website:
title: "Dr Daniel Kapitan | Data-centric AI | Applied AI | Coaching & Mentoring | Masterclasses & Public Speaking"
site-url: https://kapitan.net
google-analytics: "G-3N2FL85753"
search:
location: sidebar
type: overlay
navbar:
logo: /images/logo-dr-daniel-kapitan.png
title: false
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"
- icon: rss
href: https://kapitan.net/blog/index.xml
text: "RSS feed"
contents:
- section: "Projects"
href: projects/index.qmd
contents:
- text: "PharmAccess"
href: projects/pharmaccess.qmd
- text: "MyTomorrows"
href: projects/mytomorrows.qmd
- text: "Roetz Life"
href: projects/roetz-life.qmd
- text: "Blue Radix"
href: projects/blue-radix.qmd
- text: "Amphia Sensium"
href: projects/amphia.qmd
- text: "HAS Green Academy"
href: projects/has.qmd
- text: "Sensire"
href: projects/sensire.qmd
- text: "Blog"
href: blog/index.qmd
- text: "Anthology of Data Science"
href: https://anthology-of-data.science
- text: "Book an appointment"
href: appointment/index.qmd
page-footer:
left: |
<br>
Copyright © 2023 Daniel Kapitan<br>
This website was created with
[![](/images/quarto.png){fig-alt="Quarto" width=65px}](https://quarto.org)
center: |
<br>
__Postal address:__<br>
DWMM Holding B.V.<br>
Marie Baronstraat 15<br>
3056 AA ROTTERDAM
right: |
<br>
__Chamber of Commerce (KvK):__ 52920259<br>
__RSIN:__ 850665851<br>
__IBAN:__ NL47 KNAB 0259 5268 27<br>
__Terms & Conditions__ in [Dutch](/resources/230901-algemene-voorwaarden.pdf)<br>
format:
html:
page-layout: full
date-format: "MMM YYYY"
theme:
light:
- flatly
- mozilla.scss
css: styles.css
toc: false
execute:
freeze: auto