From db687bb32a7b3db64f6ab818601a97cbc217046d Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 4 Oct 2024 14:42:05 +0200 Subject: [PATCH] updated content --- content/menu/index.md | 22 ---------------------- content/posts/_index.md | 4 ++++ content/posts/creating-a-new-theme.md | 5 ----- 3 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 content/menu/index.md diff --git a/content/menu/index.md b/content/menu/index.md deleted file mode 100644 index ed418fe..0000000 --- a/content/menu/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -headless: true ---- - -- [**Example Site**]({{< relref "/docs/example" >}}) -- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}}) - - [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}}) - - [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}}) -- [Collapsed]({{< relref "/docs/example/collapsed" >}}) - - [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}}) - - [4th]({{< relref "/docs/example/collapsed/3rd-level/4th-level" >}}) -
- -- **Shortcodes** -- [Buttons]({{< relref "/docs/shortcodes/buttons" >}}) -- [Columns]({{< relref "/docs/shortcodes/columns" >}}) -- [Expand]({{< relref "/docs/shortcodes/expand" >}}) -- [Hints]({{< relref "/docs/shortcodes/hints" >}}) -- [KaTeX]({{< relref "/docs/shortcodes/katex" >}}) -- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}}) -- [Tabs]({{< relref "/docs/shortcodes/tabs" >}}) -
diff --git a/content/posts/_index.md b/content/posts/_index.md index 001ae24..eb58380 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -5,3 +5,7 @@ menu: weight: 5 title: Blog --- + +# Blog + +There is nothing here yet. diff --git a/content/posts/creating-a-new-theme.md b/content/posts/creating-a-new-theme.md index f8230a1..541ae09 100644 --- a/content/posts/creating-a-new-theme.md +++ b/content/posts/creating-a-new-theme.md @@ -2,11 +2,6 @@ author: "Michael Henderson" date: 2014-09-28 linktitle: Creating a New Theme -menu: - main: - parent: tutorials -next: /tutorials/github-pages-blog -prev: /tutorials/automated-deployments title: Creating a New Theme weight: 10 ---