We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2ea75 commit 697713bCopy full SHA for 697713b
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
-ruby '2.3.1'
3
-gem 'jekyll', '3.5.2'
+
+gem 'jekyll'
4
gem 'kramdown'
5
gem 'rack-jekyll'
6
gem 'rake'
docker-compose.yaml
@@ -0,0 +1,13 @@
+version: "2"
+services:
+ scala-lang:
+ command: jekyll serve --incremental
+ image: jekyll/jekyll:latest
+ volumes:
7
+ - $PWD:/srv/jekyll
8
+ - $PWD/vendor/bundle:/usr/local/bundle
9
+ ports:
10
+ - 4000:4000
11
+ - 35729:35729
12
+ - 3000:3000
13
+ - 80:4000
0 commit comments