From ef08bdfde5a32d32407da2d9d1b21c96c74d8e1a Mon Sep 17 00:00:00 2001 From: queue-miscreant Date: Sat, 19 Jul 2025 20:09:10 -0500 Subject: [PATCH] add listing page for permutations --- posts/permutations/_metadata.yml | 5 +++++ posts/permutations/index.qmd | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 posts/permutations/_metadata.yml create mode 100644 posts/permutations/index.qmd diff --git a/posts/permutations/_metadata.yml b/posts/permutations/_metadata.yml new file mode 100644 index 0000000..eaf1857 --- /dev/null +++ b/posts/permutations/_metadata.yml @@ -0,0 +1,5 @@ +# freeze computational output +freeze: auto + +# Enable banner style title blocks +title-block-banner: true diff --git a/posts/permutations/index.qmd b/posts/permutations/index.qmd new file mode 100644 index 0000000..933e559 --- /dev/null +++ b/posts/permutations/index.qmd @@ -0,0 +1,10 @@ +--- +title: "A Game of Permutations" +listing: + contents: . + sort: "date" +--- + +Articles about diagrams at the intersection between graph theory and group theory. + +Publication dates correspond to the original WordPress publication dates.