diff --git a/hugo.toml b/hugo.toml index 0b30c46..137f5a1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,7 @@ baseURL = '/' languageCode = 'en-us' -title = "Hyperling's Recipes" +title = "Hyperling's Works" +subtitle = "My recipes, blogposts, musings, and more." markup.goldmark.renderer.unsafe = true @@ -39,7 +40,7 @@ paginate = 10 dateformNumTime = "2006-01-02 15:04" # Subtitle for home - homeSubtitle = "My recipes for food, crafts, and more." + homeSubtitle = "My short form written works. For longer forms, see hyperling.com/books." # Set disableReadOtherPosts to true in order to hide the links to other posts. disableReadOtherPosts = false @@ -62,16 +63,16 @@ paginate = 10 [languages] [languages.en] - #title = "Hello Friend NG" + title = "Hyperling's Works" keywords = "" copyright = 'CC BY-NC 4.0' readOtherPosts = "Read other posts" [languages.en.params] - subtitle = "A simple theme for Hugo" + subtitle = "My recipes, blogposts, musings, and more." [languages.en.params.logo] - logoText = "Hyperling's Recipes" + logoText = "Hyperling's Works" logoHomeLink = "/" # or # @@ -85,14 +86,24 @@ paginate = 10 url = "/posts" [[menu.main]] - identifier = "04-food" + identifier = "02-food" name = "Food" url = "/tags/food" [[menu.main]] - identifier = "07-crafts" + identifier = "04-crafts" name = "Crafts" - url = "/tags/Crafts" + url = "/tags/crafts" + + #[[menu.main]] + # identifier = "06-blog" + # name = "Blog" + # url = "/tags/blog" + + #[[menu.main]] + # identifier = "08-poetry" + # name = "Poetry" + # url = "/tags/poem" # [languages.es] # title = "Hola Amigo!"