minify HTML

master
Igor Laborie 5 years ago
parent b3853eee95
commit df206f236a
  1. 9
      .gitlab-ci.yml
  2. 4
      content/_index.fr.md
  3. 3
      content/_index.md
  4. 10
      data/footer.yml
  5. 2
      static/manifest.json
  6. 2
      themes/devfest-theme-hugo

@ -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:

@ -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 %}}

@ -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 %}}

@ -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
# - 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

@ -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" },

@ -1 +1 @@
Subproject commit 98c1e2460de59085f5c4c903ee08bb609287c4fb
Subproject commit 2ff49866b287ec3d5294b35e89205ef6d552dcbe
Loading…
Cancel
Save