forked from cryptohagen.dk/website
docer changes
This commit is contained in:
parent
675a695eb7
commit
62e7054a9e
6
Gemfile
6
Gemfile
|
@ -9,7 +9,7 @@ ruby RUBY_VERSION
|
||||||
#
|
#
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "4.3.3"
|
gem "jekyll", "~> 4.3.2"
|
||||||
|
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -18,9 +18,9 @@ gem "jekyll", "4.3.3"
|
||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-feed", "0.17.0"
|
gem "jekyll-feed"
|
||||||
gem "jekyll-sitemap"
|
gem "jekyll-sitemap"
|
||||||
gem "jekyll-sass-converter", "2.1"
|
gem "jekyll-sass-converter"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
|
|
@ -67,9 +67,9 @@ PLATFORMS
|
||||||
x86_64-linux-musl
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (= 4.3.3)
|
jekyll (~> 4.3.2)
|
||||||
jekyll-feed (= 0.17.0)
|
jekyll-feed
|
||||||
jekyll-sass-converter (= 2.1)
|
jekyll-sass-converter
|
||||||
jekyll-sitemap
|
jekyll-sitemap
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
version: "3"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll:latest
|
image: jekyll/jekyll:latest
|
||||||
command: jekyll serve --trace --livereload --livereload-port 35729
|
command: jekyll serve --watch --trace --livereload --livereload-port 35729
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
- 35729:35729
|
- 35729:35729
|
||||||
|
|
Loading…
Reference in a new issue