diff --git a/Gemfile b/Gemfile index 31900c2..84fa1c5 100644 --- a/Gemfile +++ b/Gemfile @@ -15,4 +15,5 @@ group :jekyll_plugins do gem "jemoji" gem "jekyll-include-cache" gem "jekyll-algolia" + #gem 'jekyll-pdf', :git => 'https://github.com/jekyll-pdf/jekyll-pdf.git', :branch => 'master' end diff --git a/_config.yml b/_config.yml index 996042e..fff47b9 100644 --- a/_config.yml +++ b/_config.yml @@ -74,9 +74,6 @@ baidu_site_verification : # Analytics analytics: provider : # false (default), "google", "google-universal", "google-gtag", "custom" - google: - tracking_id : # Replace this with your ID, or delete - anonymize_ip : true # Site Author @@ -252,6 +249,7 @@ plugins: - jemoji - jekyll-include-cache - jekyll-redirect-from + #- jekyll-pdf # mimic GitHub Pages with --safe whitelist: diff --git a/_layouts/default.html b/_layouts/default.html index 3492737..fd02e57 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,14 +21,6 @@