Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 22:22:20 +01:00
commit b32932382d

View file

@ -3,6 +3,6 @@ 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
uglyURLs = true #uglyURLs = true