diff --git a/config.toml b/config.toml index c08eb7e..28bd30e 100644 --- a/config.toml +++ b/config.toml @@ -58,7 +58,7 @@ enableGitInfo = true identifier = "reading" url = "/reading/" [[menu.main]] - name = "Podcasts" + name = "Shownotes" pre = "" weight = 4 identifier = "shownote" diff --git a/content/shownote/stub-testing-page.md b/content/shownote/stub-testing-page.md new file mode 100644 index 0000000..e4933df --- /dev/null +++ b/content/shownote/stub-testing-page.md @@ -0,0 +1,11 @@ +--- +title: "Stub Testing Page" +date: 2021-12-02T19:06:27Z +series: "testing" +image: /img/school-of-athens.jpg +draft: true +--- + +# Simple page to test new section + +This is a test. diff --git a/themes/blackburn/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/blackburn/layouts/404.html rename to layouts/404.html diff --git a/themes/blackburn/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/blackburn/layouts/index.html rename to layouts/index.html