Skip to content

Commit

Permalink
Update _quarto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 9, 2024
1 parent 0f54bbd commit dee0240
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
project:
type: website

var:
url-repo: https://github.com/martinjankoehler/klayout-pex # to call this value : {{< meta var.url-repo >}}

website:
title: "KLayout-PEX"
navbar:
background: "#447099"
search: true
left:
- icon: house
href: index.qmd
text: Documentation
text: "Documentation"
- href: doc/tests.qmd
text: Test Reports
target: _blank
text: "Test Reports"
right:
- icon: github
href: "{{< meta var.url-repo >}}"
target: "_blank"

page-footer:
right: |
Website built with [Quarto](https://quarto.org/){.external target="_blank"} <br>
[Code source]({{< meta var.url-repo >}}){.external target="_blank"}
sidebar:
- title: "Test Reports"
style: docked
contents:
- text: "Allure Test Reports"
href: "../allure/"
- text: "Python Coverage Reports"
href: "../pycov/"

execute:
freeze: auto # re-render only when source changes

Expand Down

0 comments on commit dee0240

Please sign in to comment.