diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..18af9fe --- /dev/null +++ b/hugo.toml @@ -0,0 +1,11 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme= "sandpoints" + +# Relative URLS +relativeurls = true + +# Taxonomy is keyword/keywords +[taxonomies] +keyword = "keywords"