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

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "themes/terminal"] [submodule "themes/terminal"]
path = themes/terminal path = themes/terminal
url = https://git.theoswalds.com/public/hugo-theme-terminal.git url = https://git.theoswalds.com/public/hugo-theme-terminal.git
[submodule "content"]
path = content
url = https://git.theoswalds.com/public/hugo-richard-posts.git

1
content Submodule

Submodule content added at da787437c2

View File

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