-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto-site.yml
More file actions
61 lines (51 loc) · 1.43 KB
/
_quarto-site.yml
File metadata and controls
61 lines (51 loc) · 1.43 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
project:
type: website
post-render:
- utils/postrender.ts
website:
title: "TEI2026"
# DO NOT ADD FOOTER.
# page-footer: "Foo"
navbar:
pinned: false
logo: "logos/output/TEI_Logo.png"
left:
- href: index.qmd
text: Home
- text: About
menu:
- team.qmd
- sponsors.qmd
- peer-review-guide.qmd
- href: CFP.qmd
text: CFP
# - location.qmd
search: false
bread-crumbs: true
format:
html:
include-after-body: _partials/footer.html
link-external-newwindow: true
template-partials:
- _partials/title-block.html
theme:
- cosmo
- styles.scss
# format:
# lumo-html:
# # Optional. Path to a logo displayed above the title
# github-repo: "https://github.com/holtzy/lumo" # Optional. Adds a github corner at the top right
# primary-color: "#69b3a2"
# self-contained: false
# is-particlejs-enabled: false
# theme: [styles.scss] # Optional: display interactive particles in the document header
# bg-image: "" # Optional: link to an image for the header background
# logo: true
# format:
# bookup-html:
# toc: true
# toc-depth: 3
# link-external-icon: true
# link-external-newwindow: true
# theme: "styles.scss"
# code: false