diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index 3753cfd..87dd0a5 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -1,5 +1,4 @@ baseURL = 'https://www.example.com/' -title = 'My New Hugo Site' themesdir = '../..' theme = 'Bridget' disableKinds = ["section", "taxonomy", "term", "home"] diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 8b13789..0dd73ad 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -1 +1,2 @@ - +# website title +title = "Bridget" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 729a235..505b553 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@
-