zenzicubi.co/_quarto.yml
2025-08-08 03:22:06 -05:00

168 lines
5.2 KiB
YAML

project:
type: website
website:
favicon: ./logo-favicon.png
title: "zenzicubi.co"
navbar:
logo: "/logo-vector.svg"
right:
- ./about/index.qmd
- icon: github
href: https://github.com/queue-miscreant
background: primary
search: true
draft-mode: unlinked
sidebar:
- id: topic-sidebar
style: "floating"
contents:
- section: "Topics"
contents:
- ./posts/polycount/index.qmd
- ./posts/chebyshev/index.qmd
- ./posts/permutations/index.qmd
- ./posts/pentagons/index.qmd
- ./posts/type-algebra/index.qmd
- ./posts/finite-field/index.qmd
- ./posts/number-number/index.qmd
- ./posts/stereo/index.qmd
- id: misc-sidebar
style: "floating"
contents:
- section: "Miscellaneous"
contents:
- ./posts/misc/platonic-volume/index.qmd
- ./posts/misc/infinitesimals/index.qmd
- id: polycount-sidebar
style: "floating"
contents:
- section: "Polynomial Counting"
href: ./posts/polycount/index.qmd
contents:
- text: "Part 1: A primer"
href: ./posts/polycount/1/index.qmd
- text: "Part 2: Binary and beyond"
href: ./posts/polycount/2/index.qmd
- text: "Part 3: The third degree"
href: ./posts/polycount/3/index.qmd
- text: "Part 4: Two twos"
href: ./posts/polycount/4/index.qmd
contents:
- text: "Appendix"
href: ./posts/polycount/4/appendix/index.qmd
- text: "Part 5: Pentamerous multiplication"
href: ./posts/polycount/5/index.qmd
- section: 2D
contents:
- text: "Part 1: Lines, leaves, and sand"
href: ./posts/polycount/sand-1/index.qmd
- text: "Part 2: Reorienting Polynomials"
href: ./posts/polycount/sand-2/index.qmd
- id: chebyshev-sidebar
style: "floating"
contents:
- section: "Generating Polynomials"
href: ./posts/chebyshev/index.qmd
contents:
- text: "Part 1: Regular Constructability"
href: ./posts/chebyshev/1/index.qmd
- text: "Part 2: Ghostly Chains"
href: ./posts/chebyshev/2/index.qmd
- text: "Extra: Legendary"
href: ./posts/chebyshev/extra/index.qmd
- id: pentagons-sidebar
style: "floating"
contents:
- section: "12 Pentagons"
href: ./posts/pentagons/index.qmd
contents:
- text: "Part 1"
href: ./posts/pentagons/1/index.qmd
- text: "Part 2"
href: ./posts/pentagons/2/index.qmd
- text: "Part 3"
href: ./posts/pentagons/3/index.qmd
- id: permutations-sidebar
style: "floating"
contents:
- section: "A Game of Permutations"
href: ./posts/permutations/index.qmd
contents:
- text: "Part 1"
href: ./posts/permutations/1/index.qmd
- text: "Part 2"
href: ./posts/permutations/2/index.qmd
- text: "Part 3"
href: ./posts/permutations/3/index.qmd
- text: "Appendix"
href: ./posts/permutations/appendix/index.qmd
- id: stereography-sidebar
style: "floating"
contents:
- section: "Algebraic Stereography"
href: ./posts/stereo/index.qmd
contents:
- ./posts/stereo/1/index.qmd
- ./posts/stereo/2/index.qmd
- id: type-algebra-sidebar
style: "floating"
contents:
- section: "Type Algebra and You"
href: ./posts/type-algebra/index.qmd
contents:
- text: "Part 1: Basics"
href: ./posts/type-algebra/1/index.qmd
- text: "Part 2: A Fixer-upper"
href: ./posts/type-algebra/2/index.qmd
- text: "Part 3: Combinatorial Types"
href: ./posts/type-algebra/3/index.qmd
- id: number-number-sidebar
style: "floating"
contents:
- section: "Numbering Numbers"
href: ./posts/number-number/index.qmd
contents:
- text: "From 0 to ∞"
href: ./posts/number-number/1/index.qmd
- text: "Ordering Obliquely"
href: ./posts/number-number/2/index.qmd
- id: finite-field-sidebar
style: "floating"
contents:
- section: "Exploring Finite Fields"
href: ./posts/finite-field/index.qmd
contents:
- text: "Part 1: Preliminaries"
href: ./posts/finite-field/1/index.qmd
- text: "Part 2: Matrix Boogaloo"
href: ./posts/finite-field/2/index.qmd
contents:
- text: "Appendix"
href: ./posts/finite-field/2/extra/index.qmd
- text: "Part 3: Roll a d20"
href: ./posts/finite-field/2/index.qmd
- text: "Part 5: The Power of Forgetting"
href: ./posts/finite-field/2/index.qmd
format:
html:
theme:
light:
- flatly
dark:
- darkly
execute:
cache: true