-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (37 loc) · 901 Bytes
/
_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
project:
type: website
output-dir: ./docs
website:
title: "Website"
navbar:
background: black
pinned: true
right:
- text: "Slides"
file: slides/presentation.html
- icon: github
href: https://github.com/vitay/quarto-website
aria-label: GitHub
sidebar:
style: "docked"
logo: img/tuc-new.png
search: true
contents:
- text: "About"
file: index.qmd
- section: "Tutorial"
contents:
- src/Test.qmd
page-footer:
center: |
Copyright 2024 - [Julien Vitay](mailto:julien.vitay@informatik.tu-chemnitz.de) - Chemnitz University of Technology
format:
html:
theme: [sandstone, "assets/webpage.scss"]
page-layout: full
smooth-scroll: true
html-math-method: katex
bibliography: references.bib
csl: assets/frontiers.csl
highlight-style: github
code-line-numbers: false