This commit is contained in:
Jack Bond-Preston 2022-11-20 15:40:44 +00:00
parent 1428a40b5f
commit 65bdbf4399
Signed by: jack
GPG Key ID: 010071F1482BA852
3 changed files with 9 additions and 2 deletions

View File

@ -4,4 +4,5 @@ gem 'jekyll', '~> 4.0'
group :jekyll_plugins do
gem 'jekyll_picture_tag', '~> 2.0'
end
gem 'jekyll-feed'
end

View File

@ -30,6 +30,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
@ -78,6 +80,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.0)
jekyll-feed
jekyll_picture_tag (~> 2.0)
BUNDLED WITH

View File

@ -6,5 +6,8 @@ show_dir_listing: true
safe: false
plugins:
- jekyll-feed
picture:
source: "pictures/"