aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",