mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-14 02:09:24 -05:00
Update docker.sh
This commit is contained in:
parent
829a7c474c
commit
f57d41d2cf
2
Gemfile
2
Gemfile
@ -4,4 +4,4 @@ source "https://rubygems.org"
|
|||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem "jekyll-theme-potato-hacker"
|
gem "jekyll-theme-potato-hacker"
|
||||||
gem 'jekyll-feed'
|
gem 'jekyll-feed'
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
@ -1,6 +1,5 @@
|
|||||||
repository: d-eathrow/anonymousland
|
repository: d-eathrow/anonymousland
|
||||||
#remote_theme: luxedo/jekyll-theme-potato-hacker
|
theme: jekyll-theme-potato-hacker
|
||||||
theme: luxedo/jekyll-theme-potato-hacker
|
|
||||||
theme_base: "dark"
|
theme_base: "dark"
|
||||||
theme_switch: off
|
theme_switch: off
|
||||||
blog: on
|
blog: on
|
||||||
|
@ -5,5 +5,6 @@ docker run --rm \
|
|||||||
--network=site \
|
--network=site \
|
||||||
--volume="$PWD:/srv/jekyll:Z" \
|
--volume="$PWD:/srv/jekyll:Z" \
|
||||||
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
||||||
|
--detach \
|
||||||
-it jekyll/jekyll \
|
-it jekyll/jekyll \
|
||||||
jekyll serve
|
jekyll serve --trace
|
||||||
|
Loading…
Reference in New Issue
Block a user