moved posts by topic page to posts/index, add reverse chronological listing on site index

This commit is contained in:
queue-miscreant 2025-08-08 03:37:37 -05:00
parent 318338e39b
commit 9d63317254
3 changed files with 43 additions and 28 deletions

View File

@ -63,6 +63,19 @@ website:
- text: "Part 2: Reorienting Polynomials" - text: "Part 2: Reorienting Polynomials"
href: ./posts/polycount/sand-2/index.qmd href: ./posts/polycount/sand-2/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: chebyshev-sidebar - id: chebyshev-sidebar
style: "floating" style: "floating"
contents: contents:
@ -76,18 +89,14 @@ website:
- text: "Extra: Legendary" - text: "Extra: Legendary"
href: ./posts/chebyshev/extra/index.qmd href: ./posts/chebyshev/extra/index.qmd
- id: pentagons-sidebar - id: stereography-sidebar
style: "floating" style: "floating"
contents: contents:
- section: "12 Pentagons" - section: "Algebraic Stereography"
href: ./posts/pentagons/index.qmd href: ./posts/stereo/index.qmd
contents: contents:
- text: "Part 1" - ./posts/stereo/1/index.qmd
href: ./posts/pentagons/1/index.qmd - ./posts/stereo/2/index.qmd
- text: "Part 2"
href: ./posts/pentagons/2/index.qmd
- text: "Part 3"
href: ./posts/pentagons/3/index.qmd
- id: permutations-sidebar - id: permutations-sidebar
style: "floating" style: "floating"
@ -104,15 +113,6 @@ website:
- text: "Appendix" - text: "Appendix"
href: ./posts/permutations/appendix/index.qmd 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 - id: type-algebra-sidebar
style: "floating" style: "floating"
contents: contents:

View File

@ -1,15 +1,15 @@
--- ---
title: "Posts by topic" title: "Posts"
listing: listing:
contents: contents:
- posts/type-algebra/index.* - posts/polycount/*/index.*
- posts/finite-field/index.* - posts/pentagons/*/index.*
- posts/number-number/index.* - posts/chebyshev/*/index.*
- posts/permutations/index.* - posts/stereo/*/index.*
- posts/stereo/index.* - posts/permutations/*/index.*
- posts/chebyshev/index.* - posts/type-algebra/*/index.*
- posts/pentagons/index.* - posts/number-number/*/index.*
- posts/polycount/index.* - posts/finite-field/*/index.*
- posts/misc/*/index.* - posts/misc/*/index.*
sort: false sort: "date desc"
--- ---

15
posts/index.qmd Normal file
View File

@ -0,0 +1,15 @@
---
title: "Posts by topic"
listing:
contents:
- posts/polycount/index.*
- posts/pentagons/index.*
- posts/chebyshev/index.*
- posts/stereo/index.*
- posts/permutations/index.*
- posts/type-algebra/index.*
- posts/number-number/index.*
- posts/finite-field/index.*
- posts/misc/*/index.*
sort: false
---