diff --git a/site/config.toml b/site/config.toml index 149e86a..c035fc5 100644 --- a/site/config.toml +++ b/site/config.toml @@ -1,3 +1,9 @@ baseurl = "/" languageCode = "en-us" -title = "My New Hugo Site" +languageLang = "en" +title = "My new Victor-Hugo site" + +# RSS, categories and tags disabled for an easy start +# See configuration options for more details: +# https://gohugo.io/getting-started/configuration/#toml-configuration +disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] diff --git a/site/layouts/index.html b/site/layouts/index.html index 225c92b..40273f0 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -2,4 +2,8 @@
+ Hooray 🎉 - you've built this with Victor-Hugo! +
+ {{ partial "footer" . }} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 310a610..e31af93 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,3 +1,4 @@ - -