diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..aaa8b47
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,31 @@
+image: ilaborie/hugonode
+
+variables:
+ GIT_SUBMODULE_STRATEGY : recursive
+
+before_script:
+ - hugo version
+ - echo node `node --version`
+ - echo yarn `yarn --version`
+
+sandbox:
+ script:
+ - hugo
+ - firebase use default
+ - firebase deploy --token "$FIREBASE_SANDBOX_TOKEN"
+ artifacts:
+ paths:
+ - public
+ only:
+ - develop
+
+prod:
+ script:
+ - hugo
+ - firebase use prod
+ - firebase deploy --token "$FIREBASE_PROD_TOKEN"
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
diff --git a/README.md b/README.md
index 1487508..dc33234 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# Proto Site DevFest 2019
+# Site DevFest 2019
+
+[![pipeline status](https://gitlab.com/devfest-toulouse/site-devfest-2019/badges/develop/pipeline.svg)](https://gitlab.com/devfest-toulouse/site-devfest-2019/commits/develop)
## Requirement
diff --git a/config.toml b/config.toml
index e64eb3b..1ff44ac 100644
--- a/config.toml
+++ b/config.toml
@@ -25,8 +25,8 @@ googleAnalytics = "UA-37717223-7"
copyright = "We :heart:️ chocolatines"
[params.logos]
- header = "/images/logo.svg"
- footer = "/images/logo-monochrome.svg"
+ header = "/images/logos/devfest_color_text.png"
+ footer = "/images/logos/devfest_gray_text.png"
[params.firebase]
version = "5.5.5"
diff --git a/content/_index.fr.md b/content/_index.fr.md
index a62ee7b..239d39b 100644
--- a/content/_index.fr.md
+++ b/content/_index.fr.md
@@ -8,7 +8,7 @@ menu:
---
{{% jumbo img="/images/backgrounds/home.jpg" %}}
-# ![](/images/logo.svg)
+# ![](/images/logos/devfest_color_text.png)
le 3 Octobre, 2019
diff --git a/content/_index.md b/content/_index.md
index 15ea8f1..a44ff79 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -9,7 +9,7 @@ menu:
{{% jumbo img="/images/backgrounds/home.jpg" %}}
-# ![](/images/logo.svg)
+# ![](/images/logos/devfest_color_text.png)
3rd October, 2019
@@ -18,14 +18,14 @@ Centre de Congrès Pierre Baudis
-{{% home-info what="Participants:700,Day:1,Sessions:36,Parallel Tracks:4" %}}
+{{% home-info what="Participants:900,Day:1,Sessions:36,Parallel Tracks:4" %}}
## What is DevFest Toulouse?
The DevFest, or 'Developers Festival', is a technical conference for developers.
It is aimed at students, professionals or simply curious technophiles.
{{% /home-info %}}
-
+
+-->
+
+
+-->
+
+
+
{{% home-location
@@ -99,9 +105,11 @@ in the immediate vicinity of the centre of Toulouse and in a green environment.
{{% /home-location %}}
-
+
\ No newline at end of file
diff --git a/content/blog/hello-2019.fr.md b/content/blog/hello-2019.fr.md
index cdd30a0..65c4db0 100644
--- a/content/blog/hello-2019.fr.md
+++ b/content/blog/hello-2019.fr.md
@@ -1,7 +1,7 @@
---
title: Hello 2019
brief: Lancement du DevFest Toulouse 2019
-image: /images/blog/launch2019.jpg
+image: /images/blog/hello-2019.png
date: 2019-01-20
draft: false
---
diff --git a/content/blog/hello-2019.md b/content/blog/hello-2019.md
index 78624e9..1a83f8c 100644
--- a/content/blog/hello-2019.md
+++ b/content/blog/hello-2019.md
@@ -1,7 +1,7 @@
---
title: Hello 2019
brief: Launch of DevFest Toulouse 2019
-image: /images/blog/launch2019.jpg
+image: /images/blog/hello-2019.png
date: 2019-01-20
draft: false
---
@@ -26,7 +26,7 @@ Today, we are pleased to announce that the 4th edition will take place:
This year we will stay at the Centre des Congrès Pierre Baudis.
-![baudis](./baudis.jpg)
+![baudis](/images/blog/baudis.jpg)
We will also use more space, so we will be able to accommodate more people.
diff --git a/static/images/backgrounds/back-1.jpg b/static/images/backgrounds/back-1.jpg
new file mode 100755
index 0000000..f4115c4
Binary files /dev/null and b/static/images/backgrounds/back-1.jpg differ
diff --git a/static/images/backgrounds/back-2.jpg b/static/images/backgrounds/back-2.jpg
new file mode 100755
index 0000000..e4880c7
Binary files /dev/null and b/static/images/backgrounds/back-2.jpg differ
diff --git a/static/images/backgrounds/back-3.jpg b/static/images/backgrounds/back-3.jpg
new file mode 100755
index 0000000..5c60e80
Binary files /dev/null and b/static/images/backgrounds/back-3.jpg differ
diff --git a/static/images/backgrounds/back-4.jpg b/static/images/backgrounds/back-4.jpg
new file mode 100755
index 0000000..6be59af
Binary files /dev/null and b/static/images/backgrounds/back-4.jpg differ
diff --git a/static/images/backgrounds/cfp.jpg b/static/images/backgrounds/cfp.jpg
index 6d805d8..a2c5249 100644
Binary files a/static/images/backgrounds/cfp.jpg and b/static/images/backgrounds/cfp.jpg differ
diff --git a/static/images/backgrounds/chocos.png b/static/images/backgrounds/chocos.png
index fce7758..6efacfa 100644
Binary files a/static/images/backgrounds/chocos.png and b/static/images/backgrounds/chocos.png differ
diff --git a/static/images/backgrounds/coffee.png b/static/images/backgrounds/coffee.png
index bc7d294..7ba68ed 100644
Binary files a/static/images/backgrounds/coffee.png and b/static/images/backgrounds/coffee.png differ
diff --git a/static/images/backgrounds/game.png b/static/images/backgrounds/game.png
index f4b83a3..aee7d2c 100644
Binary files a/static/images/backgrounds/game.png and b/static/images/backgrounds/game.png differ
diff --git a/static/images/backgrounds/home.jpg b/static/images/backgrounds/home.jpg
index b005e48..4f82c00 100644
Binary files a/static/images/backgrounds/home.jpg and b/static/images/backgrounds/home.jpg differ
diff --git a/static/images/backgrounds/lunch.png b/static/images/backgrounds/lunch.png
index 4abacca..010b3a5 100644
Binary files a/static/images/backgrounds/lunch.png and b/static/images/backgrounds/lunch.png differ
diff --git a/static/images/backgrounds/sky.png b/static/images/backgrounds/sky.png
index 617ec4f..d35b299 100644
Binary files a/static/images/backgrounds/sky.png and b/static/images/backgrounds/sky.png differ
diff --git a/static/images/blog/hello-2019.png b/static/images/blog/hello-2019.png
new file mode 100644
index 0000000..be54194
Binary files /dev/null and b/static/images/blog/hello-2019.png differ
diff --git a/static/images/blog/launch2019.jpg b/static/images/blog/launch2019.jpg
deleted file mode 100644
index 35e7b56..0000000
Binary files a/static/images/blog/launch2019.jpg and /dev/null differ
diff --git a/static/images/logo-monochrome.svg b/static/images/logo-monochrome.svg
deleted file mode 100644
index 799f2cd..0000000
--- a/static/images/logo-monochrome.svg
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
diff --git a/static/images/logo.svg b/static/images/logo.svg
deleted file mode 100644
index cf199f5..0000000
--- a/static/images/logo.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
diff --git a/static/images/logos/devfest_color144.png b/static/images/logos/devfest_color144.png
new file mode 100755
index 0000000..9b23f34
Binary files /dev/null and b/static/images/logos/devfest_color144.png differ
diff --git a/static/images/logos/devfest_color192.png b/static/images/logos/devfest_color192.png
new file mode 100755
index 0000000..5a82625
Binary files /dev/null and b/static/images/logos/devfest_color192.png differ
diff --git a/static/images/logos/devfest_color48.png b/static/images/logos/devfest_color48.png
new file mode 100755
index 0000000..d28c5ef
Binary files /dev/null and b/static/images/logos/devfest_color48.png differ
diff --git a/static/images/logos/devfest_color512.png b/static/images/logos/devfest_color512.png
new file mode 100755
index 0000000..7bddea4
Binary files /dev/null and b/static/images/logos/devfest_color512.png differ
diff --git a/static/images/logos/devfest_color72.png b/static/images/logos/devfest_color72.png
new file mode 100755
index 0000000..2a46cc5
Binary files /dev/null and b/static/images/logos/devfest_color72.png differ
diff --git a/static/images/logos/devfest_color96.png b/static/images/logos/devfest_color96.png
new file mode 100755
index 0000000..3cbc3e8
Binary files /dev/null and b/static/images/logos/devfest_color96.png differ
diff --git a/static/images/logos/devfest_color_text.png b/static/images/logos/devfest_color_text.png
new file mode 100755
index 0000000..4062c12
Binary files /dev/null and b/static/images/logos/devfest_color_text.png differ
diff --git a/static/images/logos/devfest_color_text.svg b/static/images/logos/devfest_color_text.svg
new file mode 100755
index 0000000..6fcd3d6
--- /dev/null
+++ b/static/images/logos/devfest_color_text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/logos/devfest_color_text_gray.png b/static/images/logos/devfest_color_text_gray.png
new file mode 100755
index 0000000..e7705b6
Binary files /dev/null and b/static/images/logos/devfest_color_text_gray.png differ
diff --git a/static/images/logos/devfest_color_text_gray.svg b/static/images/logos/devfest_color_text_gray.svg
new file mode 100755
index 0000000..2de8f67
--- /dev/null
+++ b/static/images/logos/devfest_color_text_gray.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/logos/devfest_gray.png b/static/images/logos/devfest_gray.png
new file mode 100755
index 0000000..0ea0bbe
Binary files /dev/null and b/static/images/logos/devfest_gray.png differ
diff --git a/static/images/logos/devfest_gray.svg b/static/images/logos/devfest_gray.svg
new file mode 100755
index 0000000..95894f7
--- /dev/null
+++ b/static/images/logos/devfest_gray.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/logos/devfest_gray_text.png b/static/images/logos/devfest_gray_text.png
new file mode 100755
index 0000000..d9e0790
Binary files /dev/null and b/static/images/logos/devfest_gray_text.png differ
diff --git a/static/images/logos/devfest_gray_text.svg b/static/images/logos/devfest_gray_text.svg
new file mode 100755
index 0000000..c98b43e
--- /dev/null
+++ b/static/images/logos/devfest_gray_text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/manifest/icon-144.png b/static/images/manifest/icon-144.png
deleted file mode 100644
index b2f698a..0000000
Binary files a/static/images/manifest/icon-144.png and /dev/null differ
diff --git a/static/images/manifest/icon-192.png b/static/images/manifest/icon-192.png
deleted file mode 100644
index cd7eed3..0000000
Binary files a/static/images/manifest/icon-192.png and /dev/null differ
diff --git a/static/images/manifest/icon-48.png b/static/images/manifest/icon-48.png
deleted file mode 100644
index 90c8029..0000000
Binary files a/static/images/manifest/icon-48.png and /dev/null differ
diff --git a/static/images/manifest/icon-512.png b/static/images/manifest/icon-512.png
deleted file mode 100644
index a40b4d8..0000000
Binary files a/static/images/manifest/icon-512.png and /dev/null differ
diff --git a/static/images/manifest/icon-72.png b/static/images/manifest/icon-72.png
deleted file mode 100644
index 3a1c5aa..0000000
Binary files a/static/images/manifest/icon-72.png and /dev/null differ
diff --git a/static/images/manifest/icon-96.png b/static/images/manifest/icon-96.png
deleted file mode 100644
index b8641e5..0000000
Binary files a/static/images/manifest/icon-96.png and /dev/null differ
diff --git a/static/images/social-share.jpg b/static/images/social-share.jpg
deleted file mode 100644
index 7c8f212..0000000
Binary files a/static/images/social-share.jpg and /dev/null differ
diff --git a/static/images/social-share.png b/static/images/social-share.png
new file mode 100644
index 0000000..be54194
Binary files /dev/null and b/static/images/social-share.png differ
diff --git a/static/images/wtf/serious.jpg b/static/images/wtf/serious.jpg
new file mode 100644
index 0000000..e5a59ba
Binary files /dev/null and b/static/images/wtf/serious.jpg differ
diff --git a/themes/devfest-theme-hugo b/themes/devfest-theme-hugo
index 1e89c56..c9ea269 160000
--- a/themes/devfest-theme-hugo
+++ b/themes/devfest-theme-hugo
@@ -1 +1 @@
-Subproject commit 1e89c56d435637263d21dafadf247b5356d123be
+Subproject commit c9ea2697fed8af5a2edf0b4807961528e226bc15