diff --git a/Gemfile b/Gemfile index f62cc0b5..a7d15edc 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,8 @@ gem "jekyll-theme-prologue" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem "jekyll-sitemap" +# gem 'jekyll-google-tag-manager' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem @@ -30,4 +32,3 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? # GitHub-style emoji. gem "jemoji" - diff --git a/_config.yml b/_config.yml index ba8ac86d..a7aea7a9 100644 --- a/_config.yml +++ b/_config.yml @@ -55,7 +55,12 @@ slack_url: twitter_url: # Google Analytics Tracking ID goes here: -google_analytics: UA-78463950-1 +google_analytics: G-FYVQ8XFNLN + +# Google tag manager +#google: +# tag_manager: +# container_id: G-FYVQ8XFNLN # The following settings are NECESSARY for the Prologue theme to run: #TESTING: @@ -63,6 +68,9 @@ remote_theme: chrisbobbe/jekyll-theme-prologue #theme: jekyll-theme-prologue collections: [sections] +url: "http://stratux.me" # the base hostname & protocol for your site + + plugins: - jemoji - + - jekyll-sitemap