diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 9 | ||||
| -rw-r--r-- | _config.yml | 3 | ||||
| -rw-r--r-- | stylesheets/partials/minima/_base.scss | 11 |
4 files changed, 20 insertions, 4 deletions
@@ -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; + } } |
