mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-09 16:55:05 -04:00
Update docker.sh
This commit is contained in:
parent
829a7c474c
commit
f57d41d2cf
3 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue