-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (32 loc) · 1013 Bytes
/
_quarto.yml
File metadata and controls
38 lines (32 loc) · 1013 Bytes
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
project:
type: website
# output directory used on gh-pages branch. format: YYMM
output-dir: "results"
website:
favicon: "assets/images/cake_icon.png"
navbar:
logo: "assets/images/cake_club_logo.webp"
logo-alt: "logo"
right:
- icon: "github"
href: "https://github.com/ImmunTech/CakeClub"
page-footer:
border: false
left: "{{< meta current_year >}} [NBIS](https://nbis.se) | [GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/)"
right: "Published with [Quarto](https://quarto.org/) v{{< meta quarto_version >}}"
site-url: "https://nbisweden.github.io/CakeClub/results/"
open-graph: true
format:
html:
quarto-required: ">=1.4.0"
theme: "minty"
filters:
- assets/custom.lua
- assets/fold-results.lua
- reveal-logo
# location is used to render the info page
# location options are linkoping, lund, umea, stockholm, uppsala or online
# one or more separated by commas or semicolon.
colors:
primary: "#95b540"
secondary: "#E9F2D1"