mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-16 15:06:53 +00:00
18 lines
396 B
YAML
18 lines
396 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)
|
|
freeze: true
|
|
|
|
# Enable banner style title blocks
|
|
title-block-banner: true
|
|
|
|
bibliography: ../citations.bib
|
|
|
|
author:
|
|
- name: Anson Biggs
|
|
url: https://ansonbiggs.com
|
|
license: "CC BY"
|
|
copyright:
|
|
holder: "Anson Biggs"
|
|
year: 2024 |