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

31 lines
No EOL
610 B
YAML

# options specified here will apply to all posts in this folder
# freeze computational output
# (see https://quarto.org/docs/projects/code-execution.html#freeze)
# may need to revist later
# freeze: true
# Enable banner style title blocks
title-block-banner: true
# Default for table of contents
toc: true
toc-title: Table of contents
toc-location: left
author:
- name: Kyle Belanger
url: https://kyleb.rbind.io/
citation: true
execute:
echo: true
message: false
warning: false
# this will enable blog wide code folding which I do not want at this time
# code-fold: true
license: "CC BY"