Update docker.sh

This commit is contained in:
deathrow 2022-11-07 22:17:59 -05:00
parent 829a7c474c
commit f57d41d2cf
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
3 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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

View File

@ -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