From e8179ce799bc5131cc599b322066e5cda262ed8d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 14 May 2024 01:28:50 +0200 Subject: [PATCH] assets/main.scss style: smaller blog page title --- Gemfile | 3 +-- Gemfile.lock | 3 +++ _config.yml | 1 + assets/main.scss | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3b92be1..a943bd5 100644 --- a/Gemfile +++ b/Gemfile @@ -27,6 +27,5 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - - gem "webrick", "~> 1.7" +gem 'jekyll-archives' diff --git a/Gemfile.lock b/Gemfile.lock index 38124e3..ad98948 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,8 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (2.2.0) @@ -86,6 +88,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.2.0) + jekyll-archives jekyll-feed (~> 0.12) minima (~> 2.5.1) tzinfo (~> 1.2) diff --git a/_config.yml b/_config.yml index c9b7707..5747617 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ theme: minima highighter: rouge plugins: - jekyll-feed + - jekyll-archives defaults: - scope: diff --git a/assets/main.scss b/assets/main.scss index 4a2d046..6fba858 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -340,7 +340,7 @@ iframe.mastodon-embed { font-family: "Source Serif Pro", serif; font-weight: 900; font-style: normal; - font-size: 56px; + font-size: 48px; margin: 0 0 10px -2.63px; line-height: 1.04; padding-top: 5px !important;