added new content type config
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 21s
All checks were successful
Hugo Update Pipeline / Explore-Gitea-Actions (push) Successful in 21s
This commit is contained in:
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -3,4 +3,7 @@
|
||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
||||
[submodule "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
1
content
Submodule
Submodule content added at da787437c2
@ -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
|
||||
|
Reference in New Issue
Block a user