Adding podcasts

This commit is contained in:
2025-08-20 12:03:40 -04:00
parent 4abdca4a42
commit f3efad590a
3 changed files with 60 additions and 11 deletions

View File

@@ -56,22 +56,23 @@ paginate = 5
# can be overridden in a page's front-matter
# TocTitle = "Table of Contents" # default
[languages]
[languages.en]
languageName = "English"
title = "Flow With Halvo"
subtitle = "Basic Security Blog"
owner = "Paul Halvorsen"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[language.en.params]
subtitle = "Basic Security Blog"
owner = "Paul Halvorsen"
keywords = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[languages.en.params.logo]
logoText = "Flow With Halvo"
@@ -82,6 +83,10 @@ paginate = 5
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "podcasts"
name = "Podcasts"
url = "/podcasts"
[[languages.en.menu.main]]
identifier = "personal"
name = "Other Posts"