Update jekyll-theme-cyberpunk to use local path
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s
This commit is contained in:
parent
4a25e9fadf
commit
95fdd54d46
2
Gemfile
2
Gemfile
@ -9,7 +9,7 @@ source "https://rubygems.org"
|
||||
# Happy Jekylling!
|
||||
gem "jekyll", "~> 4.4.1"
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "jekyll-theme-cyberpunk", "~> 0.1.0"
|
||||
gem "jekyll-theme-cyberpunk", path: "."
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
# gem "github-pages", group: :jekyll_plugins
|
||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -1,3 +1,9 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
jekyll-theme-cyberpunk (0.1.0)
|
||||
jekyll (>= 4.4.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@ -68,8 +74,6 @@ GEM
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (3.1.0)
|
||||
sass-embedded (~> 1.75)
|
||||
jekyll-theme-cyberpunk (0.1.0)
|
||||
jekyll (>= 4.4.1)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
json (2.10.2)
|
||||
@ -155,7 +159,7 @@ DEPENDENCIES
|
||||
http_parser.rb (~> 0.6.0)
|
||||
jekyll (~> 4.4.1)
|
||||
jekyll-feed (~> 0.12)
|
||||
jekyll-theme-cyberpunk (~> 0.1.0)
|
||||
jekyll-theme-cyberpunk!
|
||||
tzinfo (>= 1, < 3)
|
||||
tzinfo-data
|
||||
wdm (~> 0.1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user