Configure site title and subtitle more thoroughly. Add sections blogposts and poetry for when they exist.

This commit is contained in:
2025-11-05 07:23:39 -07:00
parent 708259400c
commit 24f36167ef

View File

@@ -1,6 +1,7 @@
baseURL = '/' baseURL = '/'
languageCode = 'en-us' languageCode = 'en-us'
title = "Hyperling's Recipes" title = "Hyperling's Works"
subtitle = "My recipes, blogposts, musings, and more."
markup.goldmark.renderer.unsafe = true markup.goldmark.renderer.unsafe = true
@@ -39,7 +40,7 @@ paginate = 10
dateformNumTime = "2006-01-02 15:04" dateformNumTime = "2006-01-02 15:04"
# Subtitle for home # 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. # Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false disableReadOtherPosts = false
@@ -62,16 +63,16 @@ paginate = 10
[languages] [languages]
[languages.en] [languages.en]
#title = "Hello Friend NG" title = "Hyperling's Works"
keywords = "" keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts" readOtherPosts = "Read other posts"
[languages.en.params] [languages.en.params]
subtitle = "A simple theme for Hugo" subtitle = "My recipes, blogposts, musings, and more."
[languages.en.params.logo] [languages.en.params.logo]
logoText = "Hyperling's Recipes" logoText = "Hyperling's Works"
logoHomeLink = "/" logoHomeLink = "/"
# or # or
# #
@@ -85,14 +86,24 @@ paginate = 10
url = "/posts" url = "/posts"
[[menu.main]] [[menu.main]]
identifier = "04-food" identifier = "02-food"
name = "Food" name = "Food"
url = "/tags/food" url = "/tags/food"
[[menu.main]] [[menu.main]]
identifier = "07-crafts" identifier = "04-crafts"
name = "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] # [languages.es]
# title = "Hola Amigo!" # title = "Hola Amigo!"