From 18ac0f78a266d374e5b9051689291c79200b6090 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 2 Nov 2023 00:58:40 +0100 Subject: Less chars in summary for webring and added Jekyll exclude --- _config.yml | 13 +++++++++++++ bin/webring.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index fb2d976..a0bbc0d 100644 --- a/_config.yml +++ b/_config.yml @@ -20,3 +20,16 @@ plugins: jekyll-minifier: uglifier_args: harmony: true + +exclude: + - bin/ + - .sass-cache/ + - .jekyll-cache/ + - gemfiles/ + - Gemfile + - Gemfile.lock + - node_modules/ + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ diff --git a/bin/webring.rb b/bin/webring.rb index 86737be..29b0128 100644 --- a/bin/webring.rb +++ b/bin/webring.rb @@ -3,7 +3,7 @@ require "htmlentities" require "open-uri" require "simple-rss" -summary_max_length = 360 +summary_max_length = 320 feeds = [ "https://landley.net/rss.xml", -- cgit v1.2.3