diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/hugo.toml similarity index 93% rename from exampleSite/config/_default/config.toml rename to exampleSite/config/_default/hugo.toml index d5b7f86..1df6b11 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/hugo.toml @@ -24,7 +24,7 @@ publishDir = "public" ## Hugo Built-in Features ## ----------------------------------------------- -disableKinds = ["taxonomy", "taxonomyTerm", "section"] +disableKinds = ["taxonomy", "section"] # googleAnalytics = "G-XXXXXXXXXX" ## ----------------------------------------------- diff --git a/exampleSite/config/development/config.toml b/exampleSite/config/development/hugo.toml similarity index 92% rename from exampleSite/config/development/config.toml rename to exampleSite/config/development/hugo.toml index 306e97a..bae8081 100644 --- a/exampleSite/config/development/config.toml +++ b/exampleSite/config/development/hugo.toml @@ -24,7 +24,7 @@ publishDir = "public" ## Hugo Built-in Features ## ----------------------------------------------- -disableKinds = ["taxonomy", "taxonomyTerm", "section"] +disableKinds = ["taxonomy", "section"] # googleAnalytics = "G-XXXXXXXXXX" ## ----------------------------------------------- diff --git a/exampleSite/config/production/config.toml b/exampleSite/config/production/hugo.toml similarity index 92% rename from exampleSite/config/production/config.toml rename to exampleSite/config/production/hugo.toml index 306e97a..bae8081 100644 --- a/exampleSite/config/production/config.toml +++ b/exampleSite/config/production/hugo.toml @@ -24,7 +24,7 @@ publishDir = "public" ## Hugo Built-in Features ## ----------------------------------------------- -disableKinds = ["taxonomy", "taxonomyTerm", "section"] +disableKinds = ["taxonomy", "section"] # googleAnalytics = "G-XXXXXXXXXX" ## ----------------------------------------------- diff --git a/exampleSite/config.toml b/exampleSite/hugo.toml similarity index 91% rename from exampleSite/config.toml rename to exampleSite/hugo.toml index a0ff74c..35d6a59 100644 --- a/exampleSite/config.toml +++ b/exampleSite/hugo.toml @@ -24,7 +24,7 @@ publishDir = "public" ## Hugo Built-in Features ## ----------------------------------------------- -disableKinds = ["taxonomy", "taxonomyTerm", "section"] +disableKinds = ["taxonomy", "section"] # googleAnalytics = "your-google-analytics-id" ## ----------------------------------------------- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0f58ac2..6619cf0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,9 +17,7 @@ - {{ template "_internal/google_analytics.html" . }} - {{ template "_internal/google_analytics_async.html" . }} {{ partial "scripts" . }} - \ No newline at end of file +