🛠 Add jekyll-assets for asset pipeline #100DaysOfCode R1D27
Used an old version because documentation of current version is incomplete. I couldn't figure out how to get it to work properly.
This commit is contained in:
parent
44bccc628b
commit
cec3749b54
6 changed files with 10378 additions and 8 deletions
7
Gemfile
7
Gemfile
|
|
@ -1,4 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-seo-tag'
|
||||
gem 'jekyll-sitemap', group: :jekyll_plugins
|
||||
gem 'jekyll-seo-tag', group: :jekyll_plugins
|
||||
|
||||
gem "jekyll-assets", "~> 2.4.0", group: :jekyll_plugins
|
||||
|
||||
gem 'bootstrap', '~> 4.0.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue