From d2aab4da224ff831a138ff5e0da0a7455d9ee675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=BCrrutter?= <90468339+FlorianFuerrutter@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:15:43 +0100 Subject: [PATCH] updated _quarto.yml --- src/_quarto.yml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/_quarto.yml b/src/_quarto.yml index 5d380cd..38c6464 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 @@ -10,32 +12,38 @@ format: code-copy: true code-overflow: wrap grid: - sidebar-width: 350px - body-width: 1100px - margin-width: 250px + 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" + - text: "genQC - Generative Quantum Circuits" href: index.ipynb - section: Examples @@ -65,10 +73,5 @@ website: - section: Miscellaneous functions contents: /* - collapse-level: 2 - style: "floating" - background: "#dde8ea" - foreground: "#674ea7" - metadata-files: [nbdev.yml]