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 4764769
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,47 @@
project:
type: website

format:
html:
page-layout: full
theme:
light: simplex
# dark: darkl
css: styles.css
toc: true
code-copy: true
code-overflow: wrap
grid:
sidebar-width: 350px
body-width: 1100px
margin-width: 250px
# grid:
# content-mode: standard
# sidebar-width: "350px"
# body-width: "1100px"
# margin-width: "250px"

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"
href: index.ipynb
Expand Down Expand Up @@ -65,10 +73,5 @@ website:
- section: Miscellaneous functions
contents: /*

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

metadata-files: [nbdev.yml]

0 comments on commit 4764769

Please sign in to comment.