From aa403b978860210fcbace7fcdf5830066f3e14e0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Oct 2018 02:17:44 -0400 Subject: import site content --- config.toml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index e4b7418..087049d 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,51 @@ -baseURL = "http://example.org/" +baseURL = "http://new.tozt.net/" languageCode = "en-us" -title = "My New Hugo Site" +title = "Jesse Luehrs" +theme = "tozt" + +newContentEditor = "vim" + +enableGitInfo = true + +[blackfriday] +taskLists = false +smartypants = false +fractions = false +smartDashes = false + +[menu] + +[[menu.main]] +name = "about" +url = "/" +weight = 1 + +[[menu.main]] +name = "work" +url = "/work/" +weight = 2 + +[[menu.main]] +name = "projects" +url = "/projects/" +weight = 3 + +[[menu.main]] +name = "internet" +url = "/internet/" +weight = 4 + +[[menu.main]] +name = "talks" +url = "/talks/" +weight = 5 + +[[menu.main]] +name = "contact" +url = "/contact/" +weight = 6 + +[[menu.main]] +name = "blog" +url = "/blog/" +weight = 7 -- cgit v1.2.3-54-g00ecf