-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
61 lines (56 loc) · 1.27 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
project:
type: website
resources:
- logo_black.svg
- logo_yellow.svg
- theme-dark.scss
- theme-light.scss
- presentations/su_presentation.scss
website:
title: "Data Science @ The Strategy Unit"
repo-url: https://github.com/the-strategy-unit/data_science
repo-actions: [edit, issue]
site-url: https://the-strategy-unit.github.io/data_science
description: "Blogs from the Data Science Team at The Strategy Unit"
navbar:
background: primary
search: true
left:
- text: "Home"
file: index.qmd
- text: "About"
file: about.qmd
- href: blogs/index.qmd
text: Blogs
- text: "Presentations"
file: presentations/index.qmd
- sidebar:style
right:
- icon: rss
href: blogs/index.xml
sidebar:
- id: default
title: ""
- id: style
title: "Style Guide"
style: "docked"
background: light
contents:
- style/style_guide.qmd
- style/git_and_github.qmd
- style/project_structure.qmd
- style/data_storage.qmd
filters:
- newpagelink.lua
format:
html:
theme:
light:
- theme-light.scss
- cosmo
dark:
- theme-dark.scss
- cosmo
toc: true
execute:
freeze: true