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!
|
||||
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"
|
||||
|
||||
|
|
12
_config.yml
12
_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
|
||||
|
|
Ładowanie…
Reference in New Issue