Undecided between "Blog" and "Works". I still prefer "Musings" but the definition does not match what I thought it was. Add a link to eBooks.

This commit is contained in:
2025-11-05 07:33:52 -07:00
parent 5ad587d954
commit 7da72175e8

View File

@@ -1,6 +1,6 @@
baseURL = '/' baseURL = '/'
languageCode = 'en-us' languageCode = 'en-us'
title = "Hyperling's Works" title = "Hyperling's Blog"
subtitle = "My recipes, blogposts, musings, and more." subtitle = "My recipes, blogposts, musings, and more."
markup.goldmark.renderer.unsafe = true markup.goldmark.renderer.unsafe = true
@@ -63,7 +63,7 @@ paginate = 10
[languages] [languages]
[languages.en] [languages.en]
title = "Hyperling's Works" title = "Hyperling's Written 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"
@@ -72,7 +72,7 @@ paginate = 10
subtitle = "My recipes, blogposts, musings, and more." subtitle = "My recipes, blogposts, musings, and more."
[languages.en.params.logo] [languages.en.params.logo]
logoText = "Hyperling's Works" logoText = "Hyperling's Blog"
logoHomeLink = "/" logoHomeLink = "/"
# or # or
# #
@@ -86,25 +86,30 @@ paginate = 10
url = "/posts" url = "/posts"
[[menu.main]] [[menu.main]]
identifier = "02-food" identifier = "20-food"
name = "Food" name = "Food"
url = "/tags/food" url = "/tags/food"
[[menu.main]] [[menu.main]]
identifier = "04-crafts" identifier = "30-crafts"
name = "Crafts" name = "Crafts"
url = "/tags/crafts" url = "/tags/crafts"
#[[menu.main]] #[[menu.main]]
# identifier = "06-blog" # identifier = "50-blog"
# name = "Blog" # name = "Blogposts"
# url = "/tags/blog" # url = "/tags/blog"
#[[menu.main]] #[[menu.main]]
# identifier = "08-poetry" # identifier = "60-poetry"
# name = "Poetry" # name = "Poetry"
# url = "/tags/poem" # url = "/tags/poem"
[[menu.main]]
identifier = "91-books"
name = "eBooks"
url = "https://hyperling.com/books"
# [languages.es] # [languages.es]
# title = "Hola Amigo!" # title = "Hola Amigo!"
# keywords = "" # keywords = ""