19 lines
264 B
YAML
19 lines
264 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "quarto-blog"
|
|
navbar:
|
|
right:
|
|
- about.qmd
|
|
- icon: github
|
|
href: https://github.com/
|
|
- icon: twitter
|
|
href: https://twitter.com
|
|
format:
|
|
html:
|
|
theme: cosmo
|
|
css: styles.css
|
|
|
|
|
|
|