From ea7c9eed958ac48d8c5a4b01182d0da5468dc34c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 9 Apr 2018 10:42:24 +0200 Subject: Added jemoji and polished style for quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Gemfile | 1 + Gemfile.lock | 9 +++++++++ _config.yml | 3 ++- stylesheets/partials/minima/_base.scss | 11 ++++++++--- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 603235a..e821fbd 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,7 @@ source "https://rubygems.org" gem "html-proofer" gem "jekyll", "~> 3.7.2" +gem "jemoji" gem "rake" gem "rubocop" gem "sass" diff --git a/Gemfile.lock b/Gemfile.lock index 9b1f40e..6f1ae61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,6 +20,10 @@ GEM eventmachine (1.2.5) ffi (1.9.21) forwardable-extended (2.6.0) + gemoji (2.1.0) + html-pipeline (2.7.1) + activesupport (>= 2) + nokogiri (>= 1.4) html-proofer (3.8.0) activesupport (>= 4.2, < 6.0) addressable (~> 2.3) @@ -51,6 +55,10 @@ GEM sass (~> 3.4) jekyll-watch (2.0.0) listen (~> 3.0) + jemoji (0.6.2) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) kramdown (1.16.2) liquid (4.0.0) listen (3.1.5) @@ -105,6 +113,7 @@ DEPENDENCIES html-proofer jekyll (~> 3.7.2) jekyll-multiple-languages-plugin + jemoji rake rubocop sass diff --git a/_config.yml b/_config.yml index 3c3583b..bb43483 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: Miquel +title: Miquel Sabaté name: Miquel author: Miquel Sabaté Solà email: mikisabate@gmail.com @@ -22,6 +22,7 @@ sass: plugins: - jekyll-multiple-languages-plugin + - jemoji languages: ["ca", "en"] exclude_from_localizations: ["javascript", "images", "stylesheets"] diff --git a/stylesheets/partials/minima/_base.scss b/stylesheets/partials/minima/_base.scss index 248fad0..69b12cf 100644 --- a/stylesheets/partials/minima/_base.scss +++ b/stylesheets/partials/minima/_base.scss @@ -129,13 +129,18 @@ blockquote { color: $grey-color; border-left: 4px solid $grey-color-light; padding-left: $spacing-unit / 2; - @include relative-font-size(1.125); - letter-spacing: -1px; - font-style: italic; + @include relative-font-size(0.95); + margin-left: 20px; + margin-right: 20px; + font-style: normal; > :last-child { margin-bottom: 0; } + + cite { + font-style: normal; + } } -- cgit v1.2.3