25 lines
346 B
YAML
25 lines
346 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "Zenzicubi.co"
|
|
navbar:
|
|
right:
|
|
# - about.qmd
|
|
- icon: github
|
|
href: https://github.com/queue-miscreant
|
|
background: primary
|
|
search: true
|
|
draft-mode: unlinked
|
|
|
|
format:
|
|
html:
|
|
theme:
|
|
light:
|
|
- default
|
|
dark:
|
|
- darkly
|
|
|
|
execute:
|
|
cache: true
|