forked from MerkulovDaniil/optim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (48 loc) · 1.06 KB
/
_quarto.yml
File metadata and controls
52 lines (48 loc) · 1.06 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
52
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
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>