Skip to content

Commit

Permalink
updated _quarto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFuerrutter committed Nov 11, 2023
1 parent ec598d3 commit ad898e7
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
project:
type: website

format:
html:
page-layout: full
theme:
light: simplex
# dark: darkl
Expand All @@ -16,26 +18,31 @@ format:

website:
favicon: assets/logo.png
# twitter-card: false
open-graph: true
repo-actions: [issue]
back-to-top-navigation: true
page-navigation: true
navbar:
logo: assets/logo.png
logo: "assets/logo.png"
background: "#5cb4c1"
# foreground: "#674ea7"
search: true
left:
- href: "https://arxiv.org/abs/2311.02041"
text: Paper-arxiv
- icon: file-text
href: "https://arxiv.org/abs/2311.02041"
text: "paper-arxiv"
right:
- icon: github
href: "https://github.com/FlorianFuerrutter/genQC"

text: code repository

sidebar:
search: true
collapse-level: 1
style: "floating"
background: "#dde8ea"
foreground: "#674ea7"

contents:
- text: "genQC · Generative Quantum Circuits"
- text: "genQC - Generative Quantum Circuits"
href: index.ipynb

- section: Examples
Expand Down Expand Up @@ -65,10 +72,5 @@ website:
- section: Miscellaneous functions
contents: /*

collapse-level: 2
style: "floating"
background: "#dde8ea"
foreground: "#674ea7"

metadata-files: [nbdev.yml]

0 comments on commit ad898e7

Please sign in to comment.