-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_quarto.yml
More file actions
88 lines (82 loc) · 2.11 KB
/
_quarto.yml
File metadata and controls
88 lines (82 loc) · 2.11 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
render:
- '*.qmd'
- '!code/'
- '!old_stuff/'
- '!raw_posts/'
execute-dir: project
website:
title: "Michael Clark"
description: |
"Models Demystified" is a blog about data science and machine learning.
site-url: https://m-clark.github.io
repo-url: https://github.com/m-clark/m-clark.github.io
favicon: favicon.ico
google-analytics: "G-TZMD99E2L4"
navbar:
right:
- about.qmd
- book.qmd
- documents.qmd
- code.qmd
left:
- icon: linkedin
# text: LinkedIn
href: https://www.linkedin.com/in/michael-clark-b475b5170/
- icon: github
# text: Github
href: https://github.com/m-clark
# - icon: fa-brands fa-bluesky # bluesky no icon after 2 years of requests
- text: '{{< fa brands bluesky fa-1x>}}' # requires fontawesome quarto extension
href: https://bsky.app/profile/m-clark.bsky.social
- icon: twitter-x
# text: X
href: https://x.com/statsdatasci
- icon: rss
href: index.xml
background: gray
foreground: '#fff' # this will change generated navbar 'icons' and similar
twitter-card: true
open-graph: true
logo: img/mc_logo.png
format:
html:
theme:
- sandstone
# - styles.css
- custom.scss
mainfont: Source Sans 3
monofont: Roboto Mono
fontsize: 1rem
linkcolor: '#1f77b4'
code-block-bg: '#FAFAFA80'
grid:
# https://quarto.org/docs/output-formats/page-layout.html#grid-customization
body-width: 1000px
# margin-width: 250px
# sidebar-width: 300px
# misc
# margin-header: |
# {width=100px}
license: 'CC BY-SA'
# Default author
# author:
# - name: Michael Clark
# url: https://m-clark.github.io
# affiliation: Strong Analytics
# affiliation-url: https://strong.io
# Default fields for citation
citation: true
filters:
- social-share
share:
permalink: "https://m-clark.github.io/"
description: "Michael Clark"
divclass: "share-buttons"
linkedin: true
bsky: true
twitter: true
email: true
reddit: true
facebook: true