From df206f236afffe244303ec8db6451010d62c660e Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Sat, 26 Jan 2019 12:17:46 +0100 Subject: [PATCH] minify HTML --- .gitlab-ci.yml | 9 +++++++-- content/_index.fr.md | 4 +--- content/_index.md | 3 +-- data/footer.yml | 10 +++++----- static/manifest.json | 2 +- themes/devfest-theme-hugo | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaa8b47..606fa2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,20 @@ -image: ilaborie/hugonode +image: ilaborie/hugonode:1 variables: - GIT_SUBMODULE_STRATEGY : recursive + GIT_SUBMODULE_STRATEGY: recursive before_script: - hugo version - echo node `node --version` - echo yarn `yarn --version` + - pushd themes/devfest-theme-hugo + - yarn + - popd sandbox: script: - hugo + - node themes/devfest-theme-hugo/minify.js - firebase use default - firebase deploy --token "$FIREBASE_SANDBOX_TOKEN" artifacts: @@ -22,6 +26,7 @@ sandbox: prod: script: - hugo + - node themes/devfest-theme-hugo/minify.js - firebase use prod - firebase deploy --token "$FIREBASE_PROD_TOKEN" artifacts: diff --git a/content/_index.fr.md b/content/_index.fr.md index dcb36a7..a1cbe5a 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -104,9 +104,7 @@ situé sur un emplacement privilégié, {{% album images="/images/album/2018/_25A9313.jpg,/images/album/2018/_25A9386.jpg,/images/album/2018/_25A9671.jpg,/images/album/2018/_25A9334.jpg,/images/album/2018/_25A9282.jpg,/images/album/2018/_25A9612.jpg,/images/album/2018/_25A9452.jpg,/images/album/2018/_25A9628.jpg" %}} -## Devfest 2018 - -👾 retro-gaming +### Quelques photos du **DevFest Toulouse 2018** avec le thème 👾 _retro-gaming_. {{% /album %}} diff --git a/content/_index.md b/content/_index.md index f4d78b8..0a593c5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -107,9 +107,8 @@ in the immediate vicinity of the centre of Toulouse and in a green environment. {{% album images="/images/album/2018/_25A9313.jpg,/images/album/2018/_25A9386.jpg,/images/album/2018/_25A9671.jpg,/images/album/2018/_25A9334.jpg,/images/album/2018/_25A9282.jpg,/images/album/2018/_25A9612.jpg,/images/album/2018/_25A9452.jpg,/images/album/2018/_25A9628.jpg" %}} -## Devfest 2018 +### Some pictures of the **DevFest Toulouse 2018** with the 👾 _retro-gaming_ theme. -👾 retro-gaming {{% /album %}} diff --git a/data/footer.yml b/data/footer.yml index 983e5fb..ea265d9 100644 --- a/data/footer.yml +++ b/data/footer.yml @@ -39,8 +39,8 @@ content: url: https://2016.devfesttoulouse.fr/ newTab: true - - title: footer_become_partners - links: - - nameKey: footer_become_partners_label - url: https://docs.google.com/presentation/d/e/2PACX-1vR9oEvhN0eKW6KeMqJzYZt1AtwiO5eyRhWcy6cXfE63vtZzX8U9B8_r2LpO6WIwDWjOoLkf10G7tFGO/pub?start=false&loop=true&delayms=0&slide=id.g376bab0a27_1_7 - newTab: true \ No newline at end of file +# - title: footer_become_partners +# links: +# - nameKey: footer_become_partners_label +# url: https://docs.google.com/presentation/d/e/2PACX-1vR9oEvhN0eKW6KeMqJzYZt1AtwiO5eyRhWcy6cXfE63vtZzX8U9B8_r2LpO6WIwDWjOoLkf10G7tFGO/pub?start=false&loop=true&delayms=0&slide=id.g376bab0a27_1_7 +# newTab: true \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json index 880b958..924205a 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,6 +1,6 @@ { "name": "DevFest Toulouse 2019", - "short_name": "DevFest TLS 19", + "short_name": "DevFest TLS", "icons": [ { "src": "/images/logos/devfest_color48.png", "sizes": "48x48", "type": "image/png" }, { "src": "/images/logos/devfest_color72.png", "sizes": "72x72", "type": "image/png" }, diff --git a/themes/devfest-theme-hugo b/themes/devfest-theme-hugo index 98c1e24..2ff4986 160000 --- a/themes/devfest-theme-hugo +++ b/themes/devfest-theme-hugo @@ -1 +1 @@ -Subproject commit 98c1e2460de59085f5c4c903ee08bb609287c4fb +Subproject commit 2ff49866b287ec3d5294b35e89205ef6d552dcbe