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