mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-08 22:55:00 -04:00
Update docker.sh
This commit is contained in:
parent
829a7c474c
commit
f57d41d2cf
3 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -4,4 +4,4 @@ source "https://rubygems.org"
|
|||
gem 'jekyll'
|
||||
gem "jekyll-theme-potato-hacker"
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-seo-tag'
|
||||
gem 'jekyll-seo-tag'
|
|
@ -1,6 +1,5 @@
|
|||
repository: d-eathrow/anonymousland
|
||||
#remote_theme: luxedo/jekyll-theme-potato-hacker
|
||||
theme: luxedo/jekyll-theme-potato-hacker
|
||||
theme: jekyll-theme-potato-hacker
|
||||
theme_base: "dark"
|
||||
theme_switch: off
|
||||
blog: on
|
||||
|
|
|
@ -5,5 +5,6 @@ docker run --rm \
|
|||
--network=site \
|
||||
--volume="$PWD:/srv/jekyll:Z" \
|
||||
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
||||
--detach \
|
||||
-it jekyll/jekyll \
|
||||
jekyll serve
|
||||
jekyll serve --trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue