Skip to content

Commit 9bef2f0

Browse files
authored
Remove the outline on the portal logos including the favicon (#479)
* Changed the icons in order to remove the outline * Changed some images to Webp, added new logo version and updated authors with Espressif logo * Added espressif.png to keep compaatible with some authors * Updated some authors profile picture to webp
1 parent 4dde9f7 commit 9bef2f0

31 files changed

+19
-20
lines changed

assets/img/authors/espressif.png

-111 KB
Binary file not shown.

assets/img/authors/espressif.webp

63.1 KB
Loading

assets/img/espressif_logo.webp

51.5 KB
Loading
-41.8 KB
Binary file not shown.
-111 KB
Binary file not shown.
49.8 KB
Loading

config/_default/hugo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ buildFuture = true
3333

3434
[params.Author]
3535
name = "John Lee"
36-
company = "Espressif Systems"
37-
image = "img/authors/espressif.png"
36+
image = "img/authors/espressif.webp"
3837
bio = "Espressif Systems"
3938
links = [
4039
{ "linkedin" = "https://www.linkedin.com/company/espressif-systems" },

config/_default/languages.cs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title = "Developer Portal"
1313

1414
[author]
1515
name = "Espressif Developer Portal"
16-
image = "img/espressif_logo_contour_only.png"
16+
image = "img/espressif_logo_only.webp"
1717
headline = "The developer resources in just one place!"
1818
bio = "The developer resources in just one place!"
1919
links = [

config/_default/languages.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title = "Developer Portal"
1313

1414
[author]
1515
name = "Espressif Developer Portal"
16-
image = "img/espressif_logo_contour_only.png"
16+
image = "img/espressif_logo_only.webp"
1717
headline = "The developer resources in just one place!"
1818
bio = "The developer resources in just one place!"
1919
links = [

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mainSections = ["blog"]
1717

1818
disableImageOptimization = false
1919
disableTextInHeader = false
20-
logo = "img/espressif_logo_contour.png"
20+
logo = "img/espressif_logo.webp"
2121

2222
# defaultBackgroundImage = "/img/ocean.jpg"
2323
# defaultFeaturedImage = "/img/ocean.jpg"

0 commit comments

Comments
 (0)