diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:58:40 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:58:40 +0100 |
| commit | 18ac0f78a266d374e5b9051689291c79200b6090 (patch) | |
| tree | ff5739f70a1da3bee3149594c277c2a76f96bad0 | |
| parent | 1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (diff) | |
| download | mitjafelicijan.com-18ac0f78a266d374e5b9051689291c79200b6090.tar.gz | |
Less chars in summary for webring and added Jekyll exclude
| -rw-r--r-- | _config.yml | 13 | ||||
| -rw-r--r-- | bin/webring.rb | 2 |
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: | |||
| 20 | jekyll-minifier: | 20 | jekyll-minifier: |
| 21 | uglifier_args: | 21 | uglifier_args: |
| 22 | harmony: true | 22 | harmony: true |
| 23 | |||
| 24 | exclude: | ||
| 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" | |||
| 3 | require "open-uri" | 3 | require "open-uri" |
| 4 | require "simple-rss" | 4 | require "simple-rss" |
| 5 | 5 | ||
| 6 | summary_max_length = 360 | 6 | summary_max_length = 320 |
| 7 | 7 | ||
| 8 | feeds = [ | 8 | feeds = [ |
| 9 | "https://landley.net/rss.xml", | 9 | "https://landley.net/rss.xml", |
