diff --git a/Dockerfile b/Dockerfile index 32e168e..7eed201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN bundle install FROM jekyll/jekyll VOLUME /src -EXPOSE 4001 +EXPOSE 4000 WORKDIR /src ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"] diff --git a/_config.yml b/_config.yml index ad9e913..5f22ebd 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ google_analytics: host: 127.0.0.1 # the preview server used. Leave as is. -port: 4001 +port: 4000 # the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006. exclude: diff --git a/_includes/footer.html b/_includes/footer.html index 39452d3..35294bf 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@
diff --git a/_includes/head.html b/_includes/head.html index 6f48f57..cce8cfc 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,35 +4,34 @@