diff --git a/README.md b/README.md index 800ea2b6..54b6623a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜 - Blog posts can be tagged 🏷 - Mathematical notations are supported with KaTex 📐 - Sass/SCSS for styling ✨ +- Support for Google Analytics 📈 and Disqus 💬 ### Prerequisites diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d96e0992..f16be023 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,6 +13,12 @@ theme = "hugo-theme-codex" # This is only to get the exampleSite to work in this repo. themesDir = "../../" +# Add your Disqus shortname here. +# disqusShortname = "" + +# Add your Google Analytics identifier: UA-XXXXXXXX-X +# googleAnalytics = "" + # Optional params [params] # Follow the Hugo date/time format reference here: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 328609ee..26e9fe1f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,8 +2,6 @@
- -