From 1c3d69e59b999c8c0cfb2072e5d31fb7ceeea9e8 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Tue, 22 Oct 2019 11:33:53 +0200 Subject: [PATCH] Revert "Fixed pages for docker-compose" This reverts commit 45cebeb571d21f16ebc1f5450e01a749e2e9c316. --- Dockerfile | 2 +- _config.yml | 2 +- _includes/footer.html | 2 +- _includes/head.html | 25 ++++++++++++------------- _includes/head_print.html | 16 ++++++++-------- _includes/image.html | 2 +- _includes/inline_image.html | 2 +- _includes/sidebar.html | 10 +++++----- _includes/topnav.html | 14 +++++++------- docker-compose.yml | 2 +- 10 files changed, 38 insertions(+), 39 deletions(-) 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 @@ {{ page.title }} | {{ site.site_title }} - + - - + + - - + + - + - + - - + + - - - - + + + diff --git a/_includes/head_print.html b/_includes/head_print.html index 12b861e..0dd522b 100644 --- a/_includes/head_print.html +++ b/_includes/head_print.html @@ -6,14 +6,14 @@ {% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }} - - - - - - - - + + + + + + + + +