added new content type config
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 21s

This commit is contained in:
2025-06-16 17:40:52 -05:00
parent 797c22349a
commit 975439e560
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
publishDir = '/public'
publishDir = './public'
baseURL = 'https://blog.theoswalds.com/'
languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory.
@ -12,7 +12,7 @@ noClasses = false
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
contentTypeName = "tutorials"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2