Skip to content

Commit

Permalink
Merge pull request #61 from etf1/develop
Browse files Browse the repository at this point in the history
Rebranding
  • Loading branch information
ldechoux authored Jul 5, 2024
2 parents dcd731c + 3f0712b commit 32df977
Show file tree
Hide file tree
Showing 129 changed files with 17 additions and 24 deletions.
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL: "https://tech.tf1.fr/"
languageCode: "fr-FR"
title: "Blog technique e-TF1"
theme: "hugo-theme-novela-mytf1"
theme: "hugo-theme-novela-tf1plus"
pygmentsstyle: "monokai"
paginate: 6
social:
Expand All @@ -15,8 +15,8 @@ markup:
hrefTargetBlank: 1
enableRobotsTXT: true
params:
description: "Découvrez les coulisses de MYTF1, la plateforme de streaming vidéo de TF1"
description: "Découvrez les coulisses de TF1+, la plateforme de streaming vidéo de TF1"
seo:
default_image: "/images/mytf1.png"
default_image: "/images/tf1plus.png"
locale: "fr_FR"
keywords: "mytf1, tf1, streaming, player, video, go, golang, react, js, javascript, css, android, ios, kotlin, swift, nginx, drm, widevine, elemental, aws, mongodb, kafka"
keywords: "mytf1, tf1, tf1+, streaming, player, video, go, golang, react, js, javascript, css, android, ios, kotlin, swift, nginx, drm, widevine, elemental, aws, mongodb, kafka"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/global.min.ae6b060df7a6cc9d3fc742acd2d5dad1ccc9ba6004fb2b70d30d45768e08f41b.css","MediaType":"text/css","Data":{"Integrity":"sha256-rmsGDfemzJ0/x0Ks0tXa0czJumAE+ytw0w1Fdo4I9Bs="}}
{"Target":"scss/global.min.da79f039a65be85560ca11a5c9beb368adb053409623032ad4a4cd339b7a4f9f.css","MediaType":"text/css","Data":{"Integrity":"sha256-2nnwOaZb6FVgyhGlyb6zaK2wU0CWIwMq1KTNM5t6T58="}}
Binary file removed static/images/mytf1.png
Binary file not shown.
Binary file added static/images/tf1plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file not shown.
10 changes: 0 additions & 10 deletions themes/hugo-theme-novela-mytf1/static/images/logo-blue.svg

This file was deleted.

3 changes: 0 additions & 3 deletions themes/hugo-theme-novela-mytf1/static/images/logo-white.svg

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ initAnimation();

function initAnimation(){
if (localStorage.getItem("isLight") === 'true'){
logo.setAttribute('src', "/images/logo-blue.svg");
logo.setAttribute('src', "/images/logo-tf1plus-blue.svg");

moonMask.style.top = "-8px";
moonMask.style.right = "-5px";
moonOrSun.style.transform = "scale(1)"
sunRays.style.transform = "scale(0.1)"
}
else{
logo.setAttribute('src', "/images/logo-white.svg");
logo.setAttribute('src', "/images/logo-tf1plus-white.svg");

moonMask.style.top = "-25px";
moonMask.style.right = "-15px";
Expand Down Expand Up @@ -91,7 +91,7 @@ function makeDark(){
console.log("makeDark");
console.log(logo);

logo.setAttribute('src', "/images/logo-white.svg");
logo.setAttribute('src', "/images/logo-tf1plus-white.svg");
}

function makeLight(){
Expand All @@ -116,5 +116,5 @@ function makeLight(){

console.log("makeLight");

logo.setAttribute('src', "/images/logo-blue.svg");
logo.setAttribute('src', "/images/logo-tf1plus-blue.svg");
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="/images/logo-tf1plus-white.svg" alt="logo" id="logo-desktop">
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.

0 comments on commit 32df977

Please sign in to comment.