generated from ubvu/handbook-template
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_quarto.yml
70 lines (67 loc) · 1.81 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
63
64
65
66
67
68
69
70
project:
type: website
website:
site-url: "https://ubvu.github.io/open-handbook"
title: "{{< var title >}}"
description: "A place for all things open research at VU Amsterdam."
favicon: public/favicon.png
repo-url: https://github.com/ubvu/open-handbook
issue-url: https://github.com/ubvu/open-handbook/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: true
navbar:
background: "#0080c9"
logo: public/VU-logo-Dia-positief.png
logo-alt: "VU Amsterdam logo."
# title: "Open Handbook"
title: false
collapse-below: lg
left:
- text: "Topics"
menu:
- text: All
file: topics.qmd
- text: Tools
href: /topics.html#category=Tools
- text: Guides
file: guides.qmd
- text: Blog
file: blog.qmd
- contributing.qmd
tools:
- icon: github
href: https://github.com/ubvu/open-handbook
text: GitHub VU Open Handbook
# - icon: rss
# href: https://quarto.org/docs/blog/index.xml
# text: Quarto Blog RSS
page-footer:
left:
- text: "CC0 Public Domain Dedication"
href: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
center:
- text: "About"
href: about.qmd
- href: editors-guide.qmd
- text: "GHOST Collective"
href: https://ghostcollective.github.io/games.html
right:
- text: "By VU & Liberate Science GmbH"
bibliography: references.bib
resources:
- "public/*"
- CNAME
format:
html:
toc: true
theme:
- cosmo # https://bootswatch.com/
- custom.scss # https://quarto.org/docs/output-formats/html-themes.html#theme-options
code-copy: true
code-overflow: wrap
# from: "markdown+emoji"
filters:
- utils/include-files.lua
execute:
freeze: auto