From 387b6892083b1c28492c1b5b00fa38d1aa3056ca Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Tue, 19 Feb 2019 20:24:14 +0100 Subject: [PATCH 1/2] FIX #26 set HUGO_ENV for production --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1364e3e..84e6e6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,10 @@ sandbox: - develop prod: + variables: + HUGO_ENV: production script: - - HUGO_ENV=production; hugo --baseURL https://2019.devfesttoulouse.fr/ + - hugo --baseURL https://2019.devfesttoulouse.fr/ - node themes/devfest-theme-hugo/minify.js - firebase use prod - firebase deploy --token "$FIREBASE_PROD_TOKEN" From b01d5f5d286c1579151e807b489715a90ca9a873 Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Tue, 19 Feb 2019 20:43:15 +0100 Subject: [PATCH 2/2] FIX #25 scroll-down for Safari --- themes/devfest-theme-hugo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/devfest-theme-hugo b/themes/devfest-theme-hugo index 6b7a517..a8850ba 160000 --- a/themes/devfest-theme-hugo +++ b/themes/devfest-theme-hugo @@ -1 +1 @@ -Subproject commit 6b7a5173a063b1304756c3d7725da5830da12f2e +Subproject commit a8850ba6fee55c7c433cdb896c93b039c20885a7