-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
62 lines (60 loc) · 1.98 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
project:
type: website
output-dir: docs
preview:
port: 1111
execute:
freeze: auto # re-render only when source changes
website:
site-url: https://datasciencecampus.github.io/coding-in-the-open/
repo-url: https://github.com/datasciencecampus/coding-in-the-open
repo-actions: issue
search: false
title: Coding in the Open
favicon: /assets/favicon.ico
page-navigation: true
margin-header: |
<a href="https://datasciencecampus.ons.gov.uk/">
<img src="https://datasciencecampus.ons.gov.uk/wp-content/uploads/sites/10/2017/03/data-science-campus-logo-new.svg" alt="Data Science Campus logo">
</a>
twitter-card:
site: https://twitter.com/DataSciCampus
sidebar:
style: floating
title: Coding in the Open
contents:
- index.qmd
- section: Guidance
contents:
- ./overview/index.qmd
- ./open-at-the-start/index.qmd
- ./open-at-the-end/index.qmd
- ./never-open/index.qmd
- ./further-information/index.qmd
- ./overview/references.qmd
collapse-level: 2
tools:
- icon: twitter
href: https://twitter.com/DataSciCampus
- icon: github
href: https://github.com/datasciencecampus
- icon: globe
href: https://datasciencecampus.ons.gov.uk/
page-footer:
center: |
![Open Government License logo](/assets/images/ogl.png) All content is available under the [Open Government Licence V3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/), except where otherwise stated.
<br>Built using [quarto](https://quarto.org/). All sources are acknowledged in the [references](/overview/references.qmd) page. Updated on {{< var update-date >}}.
format:
html:
theme:
light: default
dark: darkly
css: /assets/styles.css
toc: true
toc-depth: 3
toc-expand: 3
toc-title: "On this page"
toc-location: right
bibliography: ./bibliography/references.bib
biblio-title: ""
csl: ./bibliography/ieee.csl