From aacefbde6b398cbbbd877a0487b809853b646c03 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 27 Jan 2021 13:15:33 -0600 Subject: [PATCH] remove about page --- config.toml | 5 ----- content/about.md | 20 -------------------- 2 files changed, 25 deletions(-) delete mode 100644 content/about.md diff --git a/config.toml b/config.toml index baf7e71..651972f 100644 --- a/config.toml +++ b/config.toml @@ -13,11 +13,6 @@ theme = "KeepIt" url = "/projects/" weight = 3 - [[menu.main]] - name = "About" - url = "/about" - weight = 4 - [params] since = 2016 author = "Joel Wetzell" # Author's name diff --git a/content/about.md b/content/about.md deleted file mode 100644 index 318d60f..0000000 --- a/content/about.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = "About" -date = "2014-04-09" -aliases = ["about-us","about-hugo","contact"] -[ author ] - name = "Hugo Authors" -+++ - -Hugo is the **world’s fastest framework for building websites**. It is written in Go. - -It makes use of a variety of open source projects including: - -* https://github.com/russross/blackfriday -* https://github.com/alecthomas/chroma -* https://github.com/muesli/smartcrop -* https://github.com/spf13/cobra -* https://github.com/spf13/viper - -Learn more and contribute on [GitHub](https://github.com/gohugoio). -