Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 22:17:59 +01:00
commit bf765b19ba

View file

@ -4,3 +4,4 @@ title = "My New Hugo Site"
theme = "novela" theme = "novela"
disableKinds = ["taxonomy", "taxonomyTerm"] disableKinds = ["taxonomy", "taxonomyTerm"]
canonifyURLs = true canonifyURLs = true
relativeURLs = true