Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 22:53:09 +01:00
commit 923f4dfccf

View file

@ -1,7 +1,7 @@
baseURL = "https://fukurokuju.dev/test-hugo/" #baseURL = "https://fukurokuju.dev/test-hugo/"
languageCode = "en-us" 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 = false #relativeurls = false