-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
93 lines (90 loc) · 2.12 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
profile:
default: staging
project:
type: website
execute-dir: project
website:
title: "HeaLS og LIFE: Folkehelse og livsmestring i skolen"
repo-url: "https://github.com/NIFU-NO/heals.nifu.no"
search: true
page-navigation: true
reader-mode: true
drafts:
- "./1_for_inviterte/01_epost.qmd"
- "./1_for_inviterte/02_infoskriv.qmd"
- "./1_for_inviterte/03_utdypende.qmd"
sidebar:
- id: news
title: "Nyheter"
contents: 0_nyheter
- id: invitees
title: "For inviterte respondenter"
contents: 1_for_inviterte
- id: schools
title: "For skoleledere"
contents: 1_for_skoler
- id: schoolowners
title: "For skoleeiere"
contents:
- auto: "2_for_kommuner"
- auto: "3_for_fylkeskommuner"
- id: researchers
title: "Mer om prosjektene"
contents:
- 5_for_forskere/08_prosjektgruppen.qmd
- 5_for_forskere/09_finansiering.qmd
- 5_for_forskere/07_publikasjoner.rmd
- 5_for_forskere/10_medier.qmd
site-url: "heals.nifu.no"
execute:
echo: false
warning: false
message: false
cache: false
freeze: false
format-links:
- html
- format: typst
text: PDF
icon: file-pdf
- docx
fig-dpi: 800
crossref:
chapters: true
fig-title: '**Figur**'
tbl-title: '**Tabell**'
lof-title: 'Figuroversikt'
lot-title: 'Tabelloversikt'
title-delim: '**.**'
fig-prefix: figur
tbl-prefix: tabell
ref-hyperlink: true
labels: arabic
# custom:
# - kind: float
# reference-prefix: Figur
# key: fig
# - kind: float
# reference-prefix: Tabell
# key: tbl
fig-cap-location: bottom
tbl-cap-location: top
csl: 5_for_forskere/style.csl
lang: "nb"
format:
html:
mainfont: "Calibri"
fontsize: "10.5"
linestretch: 1.6
theme:
light: [yeti, styles.scss]
dark: darkly
css: "styles.css"
toc: true
include-after-body:
text: |
<script>
document.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll("figcaption").forEach(e => {e.innerHTML = e.innerHTML.replace(/^(Figur \d+)/, "<strong>$1</strong>")})
});
</script>