-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
68 lines (60 loc) · 1.73 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
67
68
project:
type: website
output-dir: _output
title: Tutorials for Quantum Toolbox in Julia
render:
- "*.md"
- "*.qmd"
- "!README.md" # ignore
- "!CODE_OF_CONDUCT.md" # ignore
- "!tutorial_template.qmd" # ignore
website:
title: Tutorials for Quantum Toolbox in Julia
site-url: https://qutip.org/qutip-julia-tutorials/
favicon: assets/favicon.ico
#announcement:
# icon: info-circle
# dismissable: true
# content: "**Alert** - this is some information that you should pay attention to"
# type: primary # primary, secondary, success, danger, warning, info, light, dark
# position: below-navbar
# GitHub links in the sidebar of each page
repo-url: https://github.com/qutip/qutip-julia-tutorials
repo-actions: [edit, source, issue]
page-footer: Copyright © 2025 <a href="https://qutip.org/" target="_blank"><strong>QuTiP.org</strong></a>.
navbar:
logo: assets/logo.png
logo-alt: "QuantumToolbox logo."
title: Tutorials for Quantum Toolbox in Julia
search: true
left:
- href: index.md
text: Home
- href: QuantumToolbox.jl/toc.md
text: QuantumToolbox.jl
- href: HierarchicalEOM.jl/toc.md
text: HierarchicalEOM.jl
tools:
- icon: github
href: https://github.com/qutip/qutip-julia-tutorials
bibliography: bibliography.bib
# default format for all files
format:
html:
theme:
light: flatly
dark: darkly
highlight-style: atom-one
css: styles.css
toc: true
published-title: Last Update
date-format: iso
code-line-numbers: true
colorlinks: true
footnotes-hover: true
fig-align: center
fig-responsive: true
execute:
eval: true
cache: true
freeze: false