57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
|
project:
|
||
|
type: website
|
||
|
output-dir: docs
|
||
|
|
||
|
execute:
|
||
|
freeze: auto
|
||
|
|
||
|
resources:
|
||
|
- CNAME
|
||
|
# https://github.com/quarto-dev/quarto-cli/discussions/3249
|
||
|
|
||
|
website:
|
||
|
title: "Skriva 7"
|
||
|
favicon: "favicon.svg"
|
||
|
# site-url: https://andreas.gdamsbo.dk
|
||
|
# repo-url: https://github.com/agdamsbo/andreas.gdamsbo
|
||
|
repo-actions: [source, issue]
|
||
|
page-navigation: true
|
||
|
comments:
|
||
|
hypothesis:
|
||
|
theme: clean
|
||
|
search:
|
||
|
type: overlay
|
||
|
navbar:
|
||
|
# logo: favicon.svg
|
||
|
# logo-href: https://skirva7.dk
|
||
|
left:
|
||
|
- href: index.qmd
|
||
|
text: Forside
|
||
|
- href: tilmelding.qmd
|
||
|
text: Priser og tilmelding
|
||
|
right:
|
||
|
- href: mailto:andreas@gdamsbo.dk
|
||
|
text: Kontakt
|
||
|
page-footer:
|
||
|
background: dark
|
||
|
center: |
|
||
|
Lavet med [Quarto](https://quarto.org/) | [CC0 1.0](LICENSE.html) | [Kontakt](mailto:andreas@gdamsbo.dk)
|
||
|
|
||
|
format:
|
||
|
html:
|
||
|
code-fold: true
|
||
|
code-overflow: wrap
|
||
|
code-copy: true
|
||
|
theme:
|
||
|
light: lumen
|
||
|
dark: solar
|
||
|
# css: styles.css
|
||
|
toc: true
|
||
|
link-external-newwindow: true
|
||
|
link-external-icon: false
|
||
|
include-in-header: umami.html
|
||
|
email-obfuscation: references
|
||
|
|
||
|
editor: visual
|
||
|
|