quarto-blog/_quarto.yml
2023-10-12 08:45:37 -04:00

23 lines
400 B
YAML

project:
type: website
render:
- "*.qmd"
- "*.rmd"
- "!old_posts/" #using for the time being to store old blog post while converting
website:
title: "Kyle Belanger"
navbar:
right:
- blog.qmd
- text: "Resume"
file: kyle_resume.pdf
- icon: github
href: https://github.com/mmmmtoasty19
format:
html:
theme: flatly
css: styles.css