-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (43 loc) · 1.32 KB
/
_quarto.yml
File metadata and controls
51 lines (43 loc) · 1.32 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
project:
type: website
output-dir: docs
render:
- "*.qmd" # Render all other .qmd files
- "!R/**" # Exclude all files in folders starting with "local_"
- "!automatic_information_exctraction/**" # Exclude all files in folders starting with "local_"
website:
title: "ERASMUS-Programm der Kommunikationswissenschaft"
description: "Information about the ERASMUS partner universities of the chair for communication science at FAU."
search: false
favicon: img/logo_fau_red.svg
repo-url: https://github.com/faucommsci/erasmus-program
repo-actions: [issue]
page-navigation: true
navbar:
logo: img/fau_wiso_white.svg
border: true
right:
- href: index.qmd
text: Home
- href: outgoing.qmd
text: Outgoing
- href: incoming.qmd
text: Incoming
# - href: about.qmd
# text: Contact
# - icon: house
# href: https://www.kowi.rw.fau.de/
# aria-label: Homepage Lehrstuhl
page-footer:
left: "[Lehrstuhl für Kommunikationswissenschaft](https://www.kowi.rw.fau.de/)"
right: "This page is built with ☕ & [Quarto](https://quarto.org/)."
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
# title-block-banner: true
css: styles.css
toc: true
execute:
freeze: auto