23 lines
400 B
YAML
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
|
|
|
|
|
|
|