rename folder for storing posts: post -> posts

This commit is contained in:
John Bowdre 2021-12-06 18:46:15 -06:00
parent d6465507e3
commit 7c2fe19915
39 changed files with 2 additions and 2 deletions

View file

@ -22,4 +22,4 @@ DefaultContentLanguage = "en"
series = "series" series = "series"
[permalinks] [permalinks]
post = ":filename" posts = ":filename"

View file

@ -34,7 +34,7 @@ codeLineNumbers = false
enableMathNotation = false enableMathNotation = false
# directory(s) where your articles are located # directory(s) where your articles are located
mainSections = ["post"] # see config details here https://gohugo.io/functions/where/#mainsections mainSections = ["posts"] # see config details here https://gohugo.io/functions/where/#mainsections
# center logo on navbar # center logo on navbar
centerLogo = false # Set to "true" for centering or "false" for left aligned. centerLogo = false # Set to "true" for centering or "false" for left aligned.