-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
66 lines (62 loc) · 1.64 KB
/
_quarto.yml
File metadata and controls
66 lines (62 loc) · 1.64 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
project:
type: website
output-dir: _site
website:
title: COMPUTO
site-url: https://computo-journal.org/
description: A platform for computational research and reproducibility
favicon: assets/favicon.ico
navbar:
background: primary
logo-alt: Computo’s Logo
toggle-position: right
tools-collapse: true
right:
- text: Home
href: index.qmd
- text: About
href: site/about.qmd
- text: Articles
href: site/publications.qmd
- text: Authors
href: site/guidelines-authors.qmd
- text: Reviewers
href: site/guidelines-reviewers.qmd
- text: Staff
href: site/board.qmd
- text: FAQ
href: blog/index.qmd
- icon: github
href: https://github.com/computorg
- icon: mastodon
href: https://mathstodon.xyz/@computo
- icon: rss
href: index.xml
page-footer:
left: "\xA9 2023 Computo"
border: false
background: primary
right:
- text: Privacy Policy
href: site/various/privacy.qmd
- text: Terms of Use
href: site/various/terms.qmd
center: ""
format:
html:
theme:
light: [ custom.scss, light.scss ]
dark: [ custom.scss, dark.scss ]
toc: true
code-copy: true
code-block-border-left: true
highlight-style: github
citations-hover: true
footnotes-hover: true
include-in-header:
- text: '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.2/css/academicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
'
execute:
freeze: auto
brand: ./_brand.yml