Skip to content

Commit

Permalink
fixing wrong path in feed.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jul 10, 2024
1 parent e49b680 commit cf3d981
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "kramdown-parser-gfm"
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-postcss'
gem 'jekyll-paginate-v2'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ GEM
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -93,8 +95,6 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
verbal_expressions (0.1.5)

PLATFORMS
Expand All @@ -111,6 +111,7 @@ DEPENDENCIES
jekyll-sitemap
jekyll-tagging
jekyll-timeago
kramdown-parser-gfm
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ timezone: Europe/Warsaw
permalink: /:year/:month/:title.html

plugins:
- jekyll-feed
- jekyll-postcss
- jekyll-paginate-v2
- jekyll-timeago
Expand Down
39 changes: 0 additions & 39 deletions feed-all.xml

This file was deleted.

0 comments on commit cf3d981

Please sign in to comment.