diff --git a/blog/config.toml b/blog/config.toml index 0aac871..89f3a7e 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -2,7 +2,6 @@ baseURL = 'https://blog.scubbo.org/' languageCode = 'en-us' title = "Jack Jackson's Blog" theme = "ananke" -googleAnalytics = "UA-216020156-1" disqusShortname = 'scubbo-blog' SectionPagesMenu = "main" diff --git a/blog/layouts/partials/head-additions.html b/blog/layouts/partials/head-additions.html index f6b0118..dfa3893 100644 --- a/blog/layouts/partials/head-additions.html +++ b/blog/layouts/partials/head-additions.html @@ -3,3 +3,24 @@ {{ if .Params.math }}{{ partial "helpers/katex.html" . }}{{ end }} + + diff --git a/deployBlog.sh b/deployBlog.sh index 427d29a..b6724cb 100755 --- a/deployBlog.sh +++ b/deployBlog.sh @@ -55,7 +55,6 @@ if [[ -z "${booleans['noGit']:-}" ]]; then git push fi -HUGO_ENV=production hugo --quiet --source $path cp -r $path/public ./builtContent