Skip to content

Commit

Permalink
Fix/misc minor issues (#61)
Browse files Browse the repository at this point in the history
* fix: Change github URL in footer from Espressif organization to actual repo

Fixes #47

* fix: Add Espressif logo in place of missing author images

* fix: Run pre-commit hook on all repo files and fix reported issues

* blog: Replace existing espresso cover picture with one featuring John Lee
  • Loading branch information
f-hollow authored Jul 16, 2024
1 parent c46af36 commit aa5b419
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ public
node_modules
resources
.hugo_build.lock
.vscode
.vscode
5 changes: 2 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@

/* Fix transparency of menu */
.backdrop-blur {
--tw-backdrop-blur: blur(8px);
--tw-backdrop-blur: blur(8px);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
--tw-backdrop-brightness: brightness(7);
--tw-backdrop-opacity: opacity(0.9);
}

2 changes: 1 addition & 1 deletion config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
[[footer]]
identifier = "github"
pre = "github"
url = "https://github.com/espressif"
url = "https://github.com/espressif/developer-portal/"
weight = 400
2 changes: 1 addition & 1 deletion content/blog/espressif-ide-lsp-support/img/arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed content/blog/espresso-machine/featured.webp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
],
"connections": [ [ "$serialMonitor:RX", "esp32:G14", "", [] ], [ "$serialMonitor:TX", "esp32:G11", "", [] ] ],
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion content/pages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cascade:
showLikes : false
showViews : false
showDate : false
---
---
2 changes: 1 addition & 1 deletion data/authors/juraj-michalek.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
],
"image" : "img/authors/juraj-michalek.webp"
}
}
2 changes: 1 addition & 1 deletion data/authors/marcio-ribeiro.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marcio Ribeiro",
"image" : "",
"image" : "img/authors/espressif.png",
"bio": "",
"social": [
{ "linkedin": "https://www.linkedin.com/in/wmrsouza/" }
Expand Down
2 changes: 1 addition & 1 deletion data/authors/raffael-rostagno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Raffael Rostagno",
"image" : "",
"image" : "img/authors/espressif.png",
"bio": "Embedded Software Developer",
"social": [
{ "linkedin": "https://www.linkedin.com/in/raffaelrostagno/" },
Expand Down

0 comments on commit aa5b419

Please sign in to comment.