-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy path_quarto.yml
66 lines (61 loc) · 1.29 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
project:
type: website
render:
- /docs/**/*.md
- index.md
- 404.md
output-dir: _site
resources:
- "docs/**/*.mp4"
- "assets/Notebooks/*.mp4"
- "assets/files/*.pdf"
- "assets/js/**"
- "assets/files/*.csv"
format:
fminxyz-html: default
# pdf:
# pdf-engine: xelatex
# number-sections: true
# number-depth: 1
# keep-tex: true
# gfm: default
format-links:
- fminxyz-html
# - format: gfm
# text: Markdown
# - format: pdf
# text: PDF
execute:
freeze: auto
filters:
- fminxyz
website:
site-url: https://fmin.xyz
navbar:
title: false
logo: logo.svg
logo-alt: fmin.xyz
tools:
- icon: github
href: https://github.com/MerkulovDaniil/optim
- icon: youtube
href: https://www.youtube.com/@fmin
- icon: telegram
href: https://t.me/fminxyz
sidebar:
style: "docked"
collapse-level: 1
contents: docs/**/*.md
repo-url: https://github.com/MerkulovDaniil/optim
repo-branch: master
repo-actions: [edit]
search:
location: navbar
type: textbox
twitter-card: true
open-graph: true
favicon: favicon.svg
# reader-mode: true
# back-to-top-navigation: true
margin-footer: |
<button type="button" name="button" class="btn" id="toggleSpoilers">🔽</button>