quarto-blog/posts/_metadata.yml

31 lines
610 B
YAML
Raw Normal View History

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