Restructuring folder structure due to changes in Hugo 0.146.0.
Deploy Hugo Site / Check and Create PR (push) Successful in 36s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 29s
Deploy Hugo Site / PR Merge (push) Successful in 38s
Deploy Hugo Site / Build and Deploy to Server (push) Successful in 52s

This commit is contained in:
2025-07-22 20:14:18 -04:00
parent 3ebae6562a
commit 0249a4f89b
7 changed files with 18 additions and 3 deletions
+5 -1
View File
@@ -4,10 +4,14 @@
baseURL = "https://it-services.trez.wtf/"
defaultContentLanguage = "en"
theme = "congo"
enableRobotsTXT = true
pagerSize = 10
summaryLength = 0
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true