forked from tequilahub/tequila-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
39 lines (35 loc) · 859 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
project:
type: website
website:
title: "Tequila Tutorials"
description: "quantum computing, quantum chemistry and tequila"
image: tequila_logo.png
repo-url: https://github.com/tequilahub/tequila
repo-actions: [source, issue]
navbar:
logo: tequila_logo.png
right:
- text: "Research"
file: research.qmd
- text: "Tutorials"
file: tutorials.qmd
- text: "FAQ"
file: FAQ/FAQ.ipynb
- text: "Contribution"
file: Contribution/Contribution.ipynb
- text: "Docs"
file: docs/sphinx/index.html
favicon: favicon.ico
open-graph: true
google-analytics: G-V7DRP5E70N
cookie-consent:
type: express
style: simple
format:
html:
theme:
light: [flatly, theme-light.scss]
dark: [darkly, theme-dark.scss]
css: styles.css
execute:
freeze: auto