From 3e61251fa1be8ce2d51f168e8be554d337d639dd Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 25 Jun 2015 15:32:50 -0800 Subject: [PATCH] Consolidate menu --- config.toml | 12 +++--------- content/misc.md | 11 +++++++++++ public | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 content/misc.md diff --git a/config.toml b/config.toml index 5cad62d..8785a8b 100644 --- a/config.toml +++ b/config.toml @@ -4,16 +4,10 @@ title = "AKDillon" canonifyurls = true [[menu.main]] - name = "MRD CE Thesis" - weight = -30 - identifier = "mrd_ce_thesis" - url = "/mrd_ce_thesis/" - -[[menu.main]] - name = "Audio" + name = "Misc" weight = -20 - identifier = "audio" - url = "/audio/" + identifier = "misc" + url = "/misc/" [[menu.main]] name = "About" diff --git a/content/misc.md b/content/misc.md new file mode 100644 index 0000000..76ec210 --- /dev/null +++ b/content/misc.md @@ -0,0 +1,11 @@ ++++ +date = "2015-06-25T15:12:58-08:00" +draft = false +title = "Misc" + ++++ + +[MRD CE Thesis](/mrd_ce_thesis/) + +[Audio](/audio/) + diff --git a/public b/public index 316f7b5..1ad250d 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 316f7b5ae351490a225326f98e0e183756d7efdb +Subproject commit 1ad250d071716516c517f5f4df3763fdf0bc98f7