-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
49 lines (46 loc) · 1.03 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
project:
type: website
output-dir: _book
website:
title: "WLM 2023"
favicon: pics/favicon.png
sidebar:
style: "docked"
search: false
contents:
- index.qmd
- what-is-it.qmd
# - how-is-it-made.qmd
# - how-to-use.qmd
- how-to-support.qmd
navbar:
title: "WLM 2023 // HSE UX LAB"
logo: pics/logo.png
left:
- text: "Хаб"
href: ../hub/index.html
- text: "Лекции"
href: ../lectures/index.html
- text: "Практики"
href: ../practice/index.html
- text: "Домашки"
href: ../homeworks/index.html
- text: "Проекты"
href: ../projects/index.html
collapse: true
background: gray-700
page-footer:
left: "© 2023--2024, Anton Angelgardt"
right:
- icon: github
href: https://github.com/angelgardt
format:
html:
grid:
body-width: 900px
theme:
light: [lightstyle.scss]
dark: [darkstyle.scss]
css: styles.css
toc: true
highlight-style: github