From 45cebeb571d21f16ebc1f5450e01a749e2e9c316 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Tue, 22 Oct 2019 11:17:06 +0200 Subject: [PATCH] Fixed pages for docker-compose --- 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, 39 insertions(+), 38 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7eed201..32e168e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN bundle install FROM jekyll/jekyll VOLUME /src -EXPOSE 4000 +EXPOSE 4001 WORKDIR /src ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"] diff --git a/_config.yml b/_config.yml index 5f22ebd..ad9e913 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: 4000 +port: 4001 # 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 35294bf..39452d3 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ diff --git a/_includes/head.html b/_includes/head.html index cce8cfc..6f48f57 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,34 +4,35 @@ {{ page.title }} | {{ site.site_title }} - + - - + + - - + + - + - + - - + + - - - + + + + diff --git a/_includes/head_print.html b/_includes/head_print.html index 0dd522b..12b861e 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 }} - - - - - - - - + + + + + + + + +