add sidebars

This commit is contained in:
queue-miscreant 2025-08-08 02:25:17 -05:00
parent 5cab55a9fd
commit 5a696f143e
18 changed files with 174 additions and 19 deletions

View File

@ -14,6 +14,147 @@ website:
search: true search: true
draft-mode: unlinked 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: format:
html: html:
theme: theme:

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: chebyshev-sidebar
title-block-banner: true

View File

@ -3,6 +3,8 @@ title: "Chebyshev Polynomials"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about the generating Chebyshev polynomials (and other related families). Articles about the generating Chebyshev polynomials (and other related families).

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: finite-field-sidebar
title-block-banner: true

View File

@ -3,6 +3,8 @@ title: "Exploring Finite Fields"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about finite fields from a slightly less abstract perspective. Articles about finite fields from a slightly less abstract perspective.

4
posts/misc/_metadata.yml Normal file
View File

@ -0,0 +1,4 @@
# freeze computational output
freeze: auto
sidebar: misc-sidebar

View File

@ -1,9 +1,6 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks
title-block-banner: true
# Get rid of the figure label # Get rid of the figure label
crossref: crossref:
fig-title: "" fig-title: ""
@ -20,3 +17,5 @@ crossref:
kind: float kind: float
reference-prefix: Table reference-prefix: Table
space-before-numbering: false space-before-numbering: false
sidebar: number-number-sidebar

View File

@ -3,6 +3,8 @@ title: "Numbering Numbers"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about enumerating numbers, in particular those involving rational numbers. Articles about enumerating numbers, in particular those involving rational numbers.

View File

@ -1,9 +1,6 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks
title-block-banner: true
execute: execute:
echo: false echo: false
@ -23,3 +20,5 @@ crossref:
kind: float kind: float
reference-prefix: Table reference-prefix: Table
space-before-numbering: false space-before-numbering: false
sidebar: pentagons-sidebar

View File

@ -2,7 +2,9 @@
title: "12 Pentagons" title: "12 Pentagons"
listing: listing:
contents: . contents: .
sort: "date desc" sort: "date"
sidebar:
--- ---
Articles about polyhedra made entirely of pentagons and hexagons, in particular those due to Articles about polyhedra made entirely of pentagons and hexagons, in particular those due to

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: permutations-sidebar
title-block-banner: true

View File

@ -3,6 +3,8 @@ title: "A Game of Permutations"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about diagrams at the intersection between graph theory and group theory. Articles about diagrams at the intersection between graph theory and group theory.

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: polycount-sidebar
title-block-banner: true

View File

@ -3,6 +3,8 @@ title: "Polynomial Counting"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about generalizations of positional number systems, explained using the concept of counting on polynomials. Articles about generalizations of positional number systems, explained using the concept of counting on polynomials.

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: stereograph-sidebar
title-block-banner: true

View File

@ -3,6 +3,10 @@ title: "Algebraic Stereography"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about the use of rational circle functions and some applications. Articles about the use of rational circle functions and some applications.
Publication dates correspond to the original WordPress publication dates.

View File

@ -1,5 +1,4 @@
# freeze computational output # freeze computational output
freeze: auto freeze: auto
# Enable banner style title blocks sidebar: type-algebra-sidebar
title-block-banner: true

View File

@ -3,6 +3,8 @@ title: "Type Algebra and You"
listing: listing:
contents: . contents: .
sort: "date" sort: "date"
sidebar:
--- ---
Articles about the arithmetic manipulation of algebraic types. Articles about the arithmetic manipulation of algebraic types.