Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 22:47:55 +01:00
commit 47604476b5

View file

@ -3,6 +3,5 @@ languageCode = "en-us"
title = "My New Hugo Site" title = "My New Hugo Site"
theme = "novela" theme = "novela"
disableKinds = ["taxonomy", "taxonomyTerm"] disableKinds = ["taxonomy", "taxonomyTerm"]
CanonifyURLs=true canonifyurls = true
RelativeURLs=true relativeurls = false
UglyURLs=true