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!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "~> 4.4.1"
|
gem "jekyll", "~> 4.4.1"
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# 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
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
# gem "github-pages", group: :jekyll_plugins
|
# 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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -68,8 +74,6 @@ GEM
|
|||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-sass-converter (3.1.0)
|
jekyll-sass-converter (3.1.0)
|
||||||
sass-embedded (~> 1.75)
|
sass-embedded (~> 1.75)
|
||||||
jekyll-theme-cyberpunk (0.1.0)
|
|
||||||
jekyll (>= 4.4.1)
|
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
json (2.10.2)
|
json (2.10.2)
|
||||||
@ -155,7 +159,7 @@ DEPENDENCIES
|
|||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
jekyll (~> 4.4.1)
|
jekyll (~> 4.4.1)
|
||||||
jekyll-feed (~> 0.12)
|
jekyll-feed (~> 0.12)
|
||||||
jekyll-theme-cyberpunk (~> 0.1.0)
|
jekyll-theme-cyberpunk!
|
||||||
tzinfo (>= 1, < 3)
|
tzinfo (>= 1, < 3)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
wdm (~> 0.1)
|
wdm (~> 0.1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user