aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-04-09 10:42:24 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-04-09 10:42:24 +0200
commitea7c9eed958ac48d8c5a4b01182d0da5468dc34c (patch)
tree3f2877b8b1684fcea823ae34649d0bff32d87293
parent4209f91325c2b76911676e7143bacdd95b759d0f (diff)
downloadjo.mssola.com-ea7c9eed958ac48d8c5a4b01182d0da5468dc34c.tar.gz
jo.mssola.com-ea7c9eed958ac48d8c5a4b01182d0da5468dc34c.zip
Added jemoji and polished style for quotes
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock9
-rw-r--r--_config.yml3
-rw-r--r--stylesheets/partials/minima/_base.scss11
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;
+ }
}