-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
86 lines (79 loc) · 1.97 KB
/
_quarto.yml
File metadata and controls
86 lines (79 loc) · 1.97 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
project:
type: website
title: Multepal
output-dir: docs
resources:
- images
website:
page-navigation: true
title: "Multepal"
description: "New Editions of the Popol Wuj"
site-url: "https://multepal.github.io"
repo-url: https://github.com/multepal/multepal.github.io
open-graph: true
twitter-card:
creator: "@ontoligent"
image: "/images/logo.png"
page-footer:
left: |
{width=100px}
background: "#A7D5E8"
right:
- text: "License"
href: pages/license.md
- text: "Agreement"
href: pages/agreement.md
navbar:
background: "#A7D5E8"
logo: "images/logo.png"
align: center
title: false
collapse-below: lg
right:
- icon: github
href: https://github.com/multepal/multepal.github.io
aria-label: GitHub
left:
- text: "Overview"
href: index.qmd
- text: "Editions"
href: pages/editions/editions.qmd
- text: "Resources"
href: pages/resources.qmd
- text: "Variorum"
href: pages/variorum.qmd
- text: "Teams"
href: pages/teams.qmd
sidebar:
- id: editions
title: "Editions"
contents:
- href: editions/editions.qmd
- id: resources
title: "Resources"
contents:
- href: resources.qmd
- id: variorum
title: "Variorum"
contents:
- href: variorum.qmd
- id: teams
title: "Teams"
contents:
- href: teams.qmd
format:
html:
page-layout: full
# title-block-banner: images/cropped-pv-figure-large.png
css: style/custom.css
theme:
light: [cosmo, style/dsbox.scss, style/custom.css]
dark: [cosmo, style/dsbox.scss, style/custom.css, style/dark.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
# mainfont: "IM Fell English SC"
include-in-header: "style/fontawesome.html"
freeze: auto
editor: visual