aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-02 00:58:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-02 00:58:40 +0100
commit18ac0f78a266d374e5b9051689291c79200b6090 (patch)
treeff5739f70a1da3bee3149594c277c2a76f96bad0
parent1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (diff)
downloadmitjafelicijan.com-18ac0f78a266d374e5b9051689291c79200b6090.tar.gz
Less chars in summary for webring and added Jekyll exclude
-rw-r--r--_config.yml13
-rw-r--r--bin/webring.rb2
2 files changed, 14 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index fb2d976..a0bbc0d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,3 +20,16 @@ plugins:
20jekyll-minifier: 20jekyll-minifier:
21 uglifier_args: 21 uglifier_args:
22 harmony: true 22 harmony: true
23
24exclude:
25 - bin/
26 - .sass-cache/
27 - .jekyll-cache/
28 - gemfiles/
29 - Gemfile
30 - Gemfile.lock
31 - node_modules/
32 - vendor/bundle/
33 - vendor/cache/
34 - vendor/gems/
35 - 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"
3require "open-uri" 3require "open-uri"
4require "simple-rss" 4require "simple-rss"
5 5
6summary_max_length = 360 6summary_max_length = 320
7 7
8feeds = [ 8feeds = [
9 "https://landley.net/rss.xml", 9 "https://landley.net/rss.xml",