From d05560f8718a6d1611ef90a3a3f750c39fd2f5d9 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Sun, 12 Jul 2020 13:18:13 -0400 Subject: [PATCH] Added an about page, removed old themes. --- .gitmodules | 6 ------ config/_default/menus.en.toml | 7 ------- content/about/index.md | 8 ++++++++ themes/future-imperfect | 1 - themes/hugo-future-imperfect-slim | 1 - 5 files changed, 8 insertions(+), 15 deletions(-) create mode 100644 content/about/index.md delete mode 160000 themes/future-imperfect delete mode 160000 themes/hugo-future-imperfect-slim diff --git a/.gitmodules b/.gitmodules index 084879f..a3e5604 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "themes/future-imperfect"] - path = themes/future-imperfect - url = https://github.com/pacollins/hugo-future-imperfect-slim.git -[submodule "themes/hugo-future-imperfect-slim"] - path = themes/hugo-future-imperfect-slim - url = https://github.com/pacollins/hugo-future-imperfect-slim.git [submodule "themes/zzo"] path = themes/zzo url = https://github.com/zzossig/hugo-theme-zzo.git diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index e83267e..2a4720c 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -21,10 +21,3 @@ name = "posts" url = "posts" weight = 4 - -[[main]] - identifier = "notes" - name = "notes" - url = "notes" - weight = 5 - diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..b5488de --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,8 @@ +--- +title: "About" +date: 2020-07-12T13:14:36-04:00 +description: +type: about +--- + +Blah blah, some stuff about me. \ No newline at end of file diff --git a/themes/future-imperfect b/themes/future-imperfect deleted file mode 160000 index 0a02e0b..0000000 --- a/themes/future-imperfect +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0a02e0bf8c446376d9b9cc89060248f90398f70c diff --git a/themes/hugo-future-imperfect-slim b/themes/hugo-future-imperfect-slim deleted file mode 160000 index 0a02e0b..0000000 --- a/themes/hugo-future-imperfect-slim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0a02e0bf8c446376d9b9cc89060248f90398f70c