property tag update

gh-pages
crewdogelectronics 2023-07-11 16:35:32 -06:00
rodzic be4cab20c3
commit e658a23c1d
2 zmienionych plików z 12 dodań i 3 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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