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