From dbf609e0545b63479869bb52361bdcb7dccaedd7 Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Sun, 29 Aug 2021 18:03:55 -0400 Subject: [PATCH] removing test page, fixing pathing --- config.toml | 2 +- content/testpost.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 content/testpost.md diff --git a/config.toml b/config.toml index b808812..a74f9ef 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://hack13.me/" +baseURL = "https://hack13.me" languageCode = "en-us" title = "Hack13 Site" theme = "hacksite" diff --git a/content/testpost.md b/content/testpost.md deleted file mode 100644 index 91fb06e..0000000 --- a/content/testpost.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Test -menu: - main: - weight: 40 ---- -# What is going on here? -There is something wrong with all of this... \ No newline at end of file