Skip to content

Commit

Permalink
Update RSS feed limit
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Mar 7, 2025
1 parent 5732d78 commit 5cf1f28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
ffi (1.17.1-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.29.3-x86_64-linux)
google-protobuf (4.30.0-x86_64-linux)
bigdecimal
rake (>= 13)
html-pipeline (2.14.3)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
logger (1.6.6)
mercenary (0.4.0)
minitest (5.25.4)
nokogiri (1.18.3-x86_64-linux-gnu)
Expand All @@ -140,11 +140,11 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.4.0)
redcarpet (3.6.1)
rexml (3.4.1)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.83.4-x86_64-linux-gnu)
sass-embedded (1.85.1-x86_64-linux-gnu)
google-protobuf (~> 4.29)
securerandom (0.4.1)
terminal-table (3.0.2)
Expand All @@ -156,10 +156,10 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uri (1.0.2)
uri (1.0.3)
webrick (1.9.1)
yell (2.2.2)
zeitwerk (2.7.1)
zeitwerk (2.7.2)

PLATFORMS
x86_64-linux
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ url: 'https://theyosh.github.io'

feed:
disable_in_development: true
posts_limit: 999

author: theyosh

Expand Down

0 comments on commit 5cf1f28

Please sign in to comment.