diff --git a/src/_quarto.yml b/src/_quarto.yml index 5d380cd..4dc3d89 100644 --- a/src/_quarto.yml +++ b/src/_quarto.yml @@ -1,7 +1,9 @@ project: type: website + format: html: + page-layout: full theme: light: simplex # dark: darkl @@ -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 @@ -65,10 +72,5 @@ website: - section: Miscellaneous functions contents: /* - collapse-level: 2 - style: "floating" - background: "#dde8ea" - foreground: "#674ea7" - metadata-files: [nbdev.yml]