-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (62 loc) · 1.82 KB
/
_quarto.yml
File metadata and controls
65 lines (62 loc) · 1.82 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
project:
type: website
output-dir: _site
website:
title: "Anthology of Data Science"
site-url: https://anthology-of-data.science
repo-url: https://github.com/anthology-of-data-science/anthology-of-data-science.github.io
favicon: favicon.png
repo-actions: [issue]
google-analytics: "G-9JMR365RPQ"
open-graph: true
reader-mode: true
search:
location: sidebar
type: textbox
sidebar:
title: false
logo: /logo-anthology-of-data-science.png
tools:
- icon: linkedin
href: https://www.linkedin.com/in/dkapitan/
text: "LinkedIn profile"
- icon: github
href: https://github.com/anthology-of-data-science
text: "GitHub repository"
style: floating
collapse-level: 1
contents:
- section: Books
href: books.qmd
contents: books/*
- section: "Lectures"
href: lectures.qmd
contents: lectures/*
- section: "Perspectives on data science"
href: posts/index.qmd
contents: posts/*/*
- section: "Use cases & applications"
href: cases/index.qmd
contents: cases/*/*
- section: "Notebooks"
href: notebooks/index.qmd
contents: notebooks/*/*
page-footer:
left: |
<br>
© 2023 by Daniel Kapitan<br>
This website was created with [{fig-alt="Quarto" width=65px}](https://quarto.org)<br>
[{fig-alt="CC BY-NC 4.0"}](http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)<br>
lightbox: true
format:
html:
theme:
- cosmo
- mozilla.scss
css: styles.css
toc: true
include-in-header:
- text: |
<script data-goatcounter="https://anthology.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
execute:
freeze: auto # re-render only when source changes