add chebyshev index, sort posts by date ascending instead

This commit is contained in:
queue-miscreant 2025-07-19 20:26:19 -05:00
parent 87af956a7f
commit b4859d237f
4 changed files with 20 additions and 3 deletions

View File

@ -2,8 +2,10 @@
title: "Posts by topic"
listing:
contents:
- posts/polycount/index.*
- posts/permutations/index.*
- posts/chebyshev/index.*
- posts/pentagons/index.*
- posts/polycount/index.*
- posts/misc/*/index.*
sort: "date desc"
sort: false
---

View File

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

10
posts/chebyshev/index.qmd Normal file
View File

@ -0,0 +1,10 @@
---
title: "Chebyshev Polynomials"
listing:
contents: .
sort: "date"
---
Articles about the generating Chebyshev polynomials (and other related families).
Publication dates correspond to the original WordPress publication dates.

View File

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