Adding podcasts
This commit is contained in:
27
config.toml
27
config.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user