From b8af1f55aed0b89dfa7e18a2a0a1e0ab3bff0467 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:47:48 -0500 Subject: toc on sidebar for md files --- Makefile | 2 +- article_template.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ template.html | 1 - 3 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 article_template.html diff --git a/Makefile b/Makefile index 8c218f2..84cc760 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ $(BUILD_DIR)/stories/%.html: md/%.md | $(BUILD_DIR)/stories pandoc "$<" \ --standalone \ --embed-resources \ - --template template.html \ + --template article_template.html \ -o "$@" diff --git a/article_template.html b/article_template.html new file mode 100644 index 0000000..79cb640 --- /dev/null +++ b/article_template.html @@ -0,0 +1,93 @@ + + +
+ +