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 @@
{{ content }} -
- -
{% if site.search == true %} @@ -45,13 +37,6 @@ {% include scripts.html %} - - - diff --git a/_layouts/pdf.html b/_layouts/pdf.html new file mode 100644 index 0000000..448aefa --- /dev/null +++ b/_layouts/pdf.html @@ -0,0 +1,3 @@ +--- +layout: resume +--- \ No newline at end of file diff --git a/_layouts/resume.html b/_layouts/resume.html index f656272..6f76869 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -70,14 +70,6 @@

{{ site.data.ui-text[site.locale].meta_label }}

{% endcomment %} {% if page.id and page.related and site.related_posts.size > 0 %}