kopia lustrzana https://github.com/cyoung/stratux
property tag update
rodzic
be4cab20c3
commit
e658a23c1d
3
Gemfile
3
Gemfile
|
@ -20,6 +20,8 @@ gem "jekyll-theme-prologue"
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-feed", "~> 0.6"
|
gem "jekyll-feed", "~> 0.6"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
|
# gem 'jekyll-google-tag-manager'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# 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.
|
# GitHub-style emoji.
|
||||||
gem "jemoji"
|
gem "jemoji"
|
||||||
|
|
||||||
|
|
12
_config.yml
12
_config.yml
|
@ -55,7 +55,12 @@ slack_url:
|
||||||
twitter_url:
|
twitter_url:
|
||||||
|
|
||||||
# Google Analytics Tracking ID goes here:
|
# 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:
|
# The following settings are NECESSARY for the Prologue theme to run:
|
||||||
#TESTING:
|
#TESTING:
|
||||||
|
@ -63,6 +68,9 @@ remote_theme: chrisbobbe/jekyll-theme-prologue
|
||||||
#theme: jekyll-theme-prologue
|
#theme: jekyll-theme-prologue
|
||||||
collections: [sections]
|
collections: [sections]
|
||||||
|
|
||||||
|
url: "http://stratux.me" # the base hostname & protocol for your site
|
||||||
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
Ładowanie…
Reference in New Issue