Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 22:32:03 +01:00
commit 3854dfeeb3

View file

@ -3,5 +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=true