Testing webhooks with hugo

This commit is contained in:
David 2020-11-19 21:35:36 +01:00
commit 94df7c2ec5

View file

@ -2,3 +2,4 @@ baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "novela"
disableKinds = ["taxonomy", "taxonomyTerm"]