initiale Version (klassische Seitennavigation, keine Themes)
This commit is contained in:
15
Gemfile
Normal file
15
Gemfile
Normal file
@ -0,0 +1,15 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
gem "jekyll"
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-youtube"
|
||||
gem "mini_magick"
|
||||
gem "exifr", :git => "https://codeberg.org/rwv/exifr.git"
|
||||
gem "jekyll-exiftag", :git => "https://github.com/jimmyjxiao/jekyll-exiftag.git"
|
||||
gem "jquery"
|
||||
gem "nokogiri"
|
||||
end
|
||||
Reference in New Issue
Block a user