mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Compare commits
2 Commits
f9b5204d48
...
e37eefe5cc
| Author | SHA1 | Date | |
|---|---|---|---|
| e37eefe5cc | |||
| edfee3ed8f |
@ -1 +1 @@
|
|||||||
2.4.3
|
2.6.2
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
ruby 2.4.3
|
ruby 2.6.2
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -1,5 +1,5 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
ruby "2.4.3"
|
ruby "2.6.2"
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
|
|
||||||
|
|||||||
@ -163,7 +163,7 @@ DEPENDENCIES
|
|||||||
uglifier
|
uglifier
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.4.3p205
|
ruby 2.6.2p47
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|||||||
4
Rakefile
4
Rakefile
@ -6,11 +6,11 @@ task default: %w[build]
|
|||||||
|
|
||||||
desc "Build the site"
|
desc "Build the site"
|
||||||
task :build do
|
task :build do
|
||||||
config = Jekyll.configuration({
|
config = Jekyll.configuration(
|
||||||
context: Netlify.context,
|
context: Netlify.context,
|
||||||
production?: Netlify.production?,
|
production?: Netlify.production?,
|
||||||
url: Netlify.site_url,
|
url: Netlify.site_url,
|
||||||
})
|
)
|
||||||
site = Jekyll::Site.new(config)
|
site = Jekyll::Site.new(config)
|
||||||
|
|
||||||
Jekyll::Commands::Build.build(site, config)
|
Jekyll::Commands::Build.build(site, config)
|
||||||
|
|||||||
@ -21,6 +21,7 @@ plugins:
|
|||||||
- jekyll-assets
|
- jekyll-assets
|
||||||
- jekyll-picture-tag
|
- jekyll-picture-tag
|
||||||
- jekyll_video_tag
|
- jekyll_video_tag
|
||||||
|
- jekyll-inline-svg
|
||||||
- bourbon
|
- bourbon
|
||||||
|
|
||||||
simple_search: https://duckduckgo.com/
|
simple_search: https://duckduckgo.com/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user