From c8401c4f55c90bfcbc8fd94deaeb6b7ff0f98700 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 9 Aug 2019 18:38:34 +0800 Subject: [PATCH] remove jemoji --- Gemfile | 5 -- Gemfile.bkup | 31 ++++++++++++ Gemfile.lock | 56 +++++++-------------- _config.yml | 1 - _posts/2018-04-21-git-and-github.md | 4 +- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- _posts/2018-09-20-feels-fm.md | 2 +- _posts/2019-03-21-what-happend.md | 2 +- 8 files changed, 53 insertions(+), 50 deletions(-) create mode 100644 Gemfile.bkup diff --git a/Gemfile b/Gemfile index 60e58c3..aae0873 100644 --- a/Gemfile +++ b/Gemfile @@ -13,9 +13,6 @@ gem "jekyll", "~> 3.7.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" -# Highlighter -gem "rouge" - # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins @@ -27,5 +24,3 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -gem 'jemoji' \ No newline at end of file diff --git a/Gemfile.bkup b/Gemfile.bkup new file mode 100644 index 0000000..60e58c3 --- /dev/null +++ b/Gemfile.bkup @@ -0,0 +1,31 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 3.7.0" + +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.0" + +# Highlighter +gem "rouge" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'jemoji' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index e0595a4..bede7b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,25 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) colorator (1.1.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.9.25) + ffi (1.11.1) forwardable-extended (2.6.0) - gemoji (3.0.0) - html-pipeline (2.8.4) - activesupport (>= 2) - nokogiri (>= 1.4) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -36,50 +27,39 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-feed (0.11.0) - jekyll (~> 3.3) + jekyll-feed (0.12.1) + jekyll (>= 3.7, < 5.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-watch (2.0.0) + jekyll-seo-tag (2.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.10.1) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (~> 3.0) kramdown (1.17.0) - liquid (4.0.0) + liquid (4.0.3) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.3.0) minima (2.5.0) jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.11.3) - nokogiri (1.8.4) - mini_portile2 (~> 2.3.0) - pathutil (0.16.1) + pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) + public_suffix (3.1.1) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (3.2.1) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (3.8.0) ruby_dep (1.5.0) - safe_yaml (1.0.4) - sass (3.5.7) + safe_yaml (1.0.5) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) PLATFORMS ruby @@ -87,10 +67,8 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.7.0) jekyll-feed (~> 0.6) - jemoji minima (~> 2.0) - rouge tzinfo-data BUNDLED WITH - 1.16.4 + 2.0.2 diff --git a/_config.yml b/_config.yml index 028469f..5e51c38 100644 --- a/_config.yml +++ b/_config.yml @@ -35,7 +35,6 @@ theme: minima highighter: rouge plugins: - jekyll-feed - - jemoji defaults: - diff --git a/_posts/2018-04-21-git-and-github.md b/_posts/2018-04-21-git-and-github.md index be42a35..74690cc 100644 --- a/_posts/2018-04-21-git-and-github.md +++ b/_posts/2018-04-21-git-and-github.md @@ -57,6 +57,6 @@ To cut the long story short, Github is a good place to start learning how to be But before you hurry and join Github, there's another thing we need to talk about. You won't be able to get the most out of it without this... You actually need to learn how to use Git. -But that's for another weekend. :wink: +But that's for another weekend. - \ No newline at end of file + diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index 56e2d52..311df0c 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -50,7 +50,7 @@ python --version ruby --version ``` -Of course, this is not yet totally complete because I still have to setup Angular CLI next, or React.js, or other frameworks/tools. But after these 3 steps, I will have all the package management tools I need to proceed with all other setups. :smile: +Of course, this is not yet totally complete because I still have to setup Angular CLI next, or React.js, or other frameworks/tools. But after these 3 steps, I will have all the package management tools I need to proceed with all other setups. ## Bonus: Here's How You Can Setup Ubuntu for Jekyll Development [Jekyll](https://jekyllrb.com) is a technology that will "Transform your plain text into static websites and blogs." It's like **blogging for hackers**, and I use it for this very blog, hosted for free on Github Pages. When all you need is a quick way to put content online, you can never go wrong with it, believe me. diff --git a/_posts/2018-09-20-feels-fm.md b/_posts/2018-09-20-feels-fm.md index e182f0e..8b6f1db 100644 --- a/_posts/2018-09-20-feels-fm.md +++ b/_posts/2018-09-20-feels-fm.md @@ -13,7 +13,7 @@ Here's a tool that just might help when you don't feel like going out or doing a [Feels FM](https://feelsfm.co.uk/) is an emoji-powered radio. It's really simple to use, you can do it even on days when you have zero motivation. Just choose an emoji that best represents your feels, answer some really simple questions like your birth year, and BOOM: a personalized music playlist to brighten up your day! -I'm listening to a playlist now as I write this. I have to say the music selection is on-point! You can even save the playlist to your Spotify account. Neeeeeat! :smile: +I'm listening to a playlist now as I write this. I have to say the music selection is on-point! You can even save the playlist to your Spotify account. Neeeeeat! The web app was made in collaboration with mental health charity "See Me". It aims to create a playful, interactive space where young people can share how they are feeling without the pressure of having to have a ‘big conversation’. diff --git a/_posts/2019-03-21-what-happend.md b/_posts/2019-03-21-what-happend.md index 34e98f7..34e457f 100644 --- a/_posts/2019-03-21-what-happend.md +++ b/_posts/2019-03-21-what-happend.md @@ -14,4 +14,4 @@ Now I'm here thinking, *so what am I gonna do with this now?* In all honesty, I still don't know. The only thing I'm sure of right now is that my passion for learning and growth in general is still here. In what, specifically, is something I still have to find out. -I guess we'll all just see. :smile: +I guess we'll all just see.