From 06969b3afcd40b65c35ec46e9889034e9be0e910 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 25 Oct 2019 14:37:37 +0200 Subject: [PATCH] wip: Upgrade to jekyll 4 --- .bundle/config | 2 + .gitignore | 2 +- Gemfile | 4 +- Gemfile.lock | 78 +++++++++++++++++++ _config.yml | 1 - _includes/blog-post.html | 6 +- _includes/head.html | 4 +- _includes/header.html | 16 ++-- _includes/pagination.html | 6 +- _includes/tag-link.html | 2 +- _layouts/default.html | 6 +- _layouts/post.html | 4 +- _posts/2015-08-19-foss-failmeter.md | 2 +- ...package-to-generate-gobject-boilerplate.md | 2 +- _posts/2016-11-03-how-i-started-with-emacs.md | 6 +- blog/tag/index.html | 2 + images/contact/index.html | 2 + index.html | 2 +- 18 files changed, 116 insertions(+), 31 deletions(-) create mode 100644 .bundle/config create mode 100644 Gemfile.lock create mode 100644 blog/tag/index.html create mode 100644 images/contact/index.html diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..ba922fd --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_PATH: "vendor" diff --git a/.gitignore b/.gitignore index 6647349..464bdfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/Gemfile.lock +/vendor _site/ diff --git a/Gemfile b/Gemfile index 97355ea..3a39b05 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'jekyll' +gem 'jekyll-gist' +gem 'jekyll-paginate' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..7b9e583 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,78 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + faraday (0.17.0) + multipart-post (>= 1.2, < 3) + ffi (1.11.1) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (1.7.0) + concurrent-ruby (~> 1.0) + jekyll (4.0.0) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 1.8) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-paginate (1.1.0) + jekyll-sass-converter (2.0.1) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.1.0) + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + multipart-post (2.1.1) + octokit (4.14.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.1) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (3.12.0) + safe_yaml (1.0.5) + sassc (2.2.1) + ffi (~> 1.9) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.6.0) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll + jekyll-gist + jekyll-paginate + +BUNDLED WITH + 2.0.2 diff --git a/_config.yml b/_config.yml index 79ee359..06009cb 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,6 @@ title: Gergely Polonkai email: gergely@polonkai.eu description: "developer, systems engineer and administrator" -baseurl: "" url: "http://gergely.polonkai.eu" timezone: Europe/Budapest name: Gergely Polonkai diff --git a/_includes/blog-post.html b/_includes/blog-post.html index fbc905c..ba84ec2 100644 --- a/_includes/blog-post.html +++ b/_includes/blog-post.html @@ -10,11 +10,11 @@

{% endif %} {% if page.post_listing %} - + {% endif %} -{{post.title}} + {{ post.title }} {% if page.post_listing %} - + {% endif %} {% if page.tag %}

diff --git a/_includes/head.html b/_includes/head.html index 8842a6a..2527528 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,11 +4,11 @@ Gergely Polonkai{% if page.title %}: {{page.title}}{% endif %} - + - + diff --git a/_includes/header.html b/_includes/header.html index e46f60a..7451ca1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,27 +6,27 @@ - Gergely Polonkai + Gergely Polonkai {% if page.url != '/' %} - Gergely Polonkai + Gergely Polonkai {% endif %}