From 43472650fba15a14e9f44b806bf97b12620ced6a Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Fri, 10 Jan 2025 12:21:53 +0100 Subject: [PATCH 1/6] config/_default/config.toml: fix pagination error Signed-off-by: Artur Raglis --- config/_default/config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 50f24e1..612203b 100755 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -4,11 +4,13 @@ title = "[Beta] 3mdeb Sp. z o.o. — Embedded Firmware development consultancy" theme = ["3mdeb"] # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List timeZone = "UTC" -# post pagination -paginate = "6" # see https://gohugo.io/extras/pagination/ # post excerpt summaryLength = "10" # see https://gohugo.io/content-management/excerpts/ +# post pagination +[pagination] + pagerSize = 6 # see https://gohugo.io/extras/pagination/ + [params] # google analytics googleAnalytics = "G-GGHPQTLWWH" # example: UA-123-45, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en From b52c56c7ae88562c470b85ef63ec1a3010aebf7f Mon Sep 17 00:00:00 2001 From: Eduard Kaverinskyi Date: Fri, 10 Jan 2025 16:33:50 +0100 Subject: [PATCH 2/6] style.html: fix PostCSS deprecation Signed-off-by: Eduard Kaverinskyi --- themes/3mdeb/layouts/partials/essentials/style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/3mdeb/layouts/partials/essentials/style.html b/themes/3mdeb/layouts/partials/essentials/style.html index 8d75010..a13c6ae 100755 --- a/themes/3mdeb/layouts/partials/essentials/style.html +++ b/themes/3mdeb/layouts/partials/essentials/style.html @@ -40,7 +40,7 @@ {{ if and hugo.IsProduction site.Params.purge_css }} - {{ $styles = $styles | resources.PostCSS | fingerprint "sha256" | minify }} + {{ $styles = $styles | css.PostCSS | fingerprint "sha256" | minify }} {{ $styles = $styles | resources.PostProcess }} {{ end }} From eb5f9fbb1d77c249d58573361644269107c95a8f Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Thu, 23 Jan 2025 17:13:35 +0100 Subject: [PATCH 3/6] .github/workflows/seo.yml: force older hugo version Signed-off-by: Artur Raglis --- .github/workflows/seo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/seo.yml b/.github/workflows/seo.yml index c3d32e3..1ec785a 100644 --- a/.github/workflows/seo.yml +++ b/.github/workflows/seo.yml @@ -46,6 +46,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.6.0 with: + hugo-version: "0.111.3" extended: true - name: Serve site @@ -86,6 +87,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.6.0 with: + hugo-version: "0.111.3" extended: true - name: Serve site From 95757f0fc2aff85bd9c7727cc5a37012d8d269bd Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Thu, 23 Jan 2025 17:21:15 +0100 Subject: [PATCH 4/6] scripts/local-preview.sh: add default base_url value Signed-off-by: Artur Raglis --- scripts/local-preview.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/local-preview.sh b/scripts/local-preview.sh index 0c8e2d3..7a7072d 100755 --- a/scripts/local-preview.sh +++ b/scripts/local-preview.sh @@ -1,3 +1,4 @@ #!/bin/bash -docker run --rm -it -v $PWD:/src -p 1313:1313 -u $(id -u) klakegg/hugo:0.111.3-ext-alpine serve -b $1 +BASE_URL=${1:-http://localhost:1313} +docker run --rm -it -v $PWD:/src -p 1313:1313 -u $(id -u) klakegg/hugo:0.111.3-ext-alpine serve -b $BASE_URL From a126310a7033b915ab0213e39b1b2616150e25b6 Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Thu, 23 Jan 2025 17:29:58 +0100 Subject: [PATCH 5/6] themes/3mdeb/layouts/partials/essentials/style.html: revert PostCSS changes Signed-off-by: Artur Raglis --- themes/3mdeb/layouts/partials/essentials/style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/3mdeb/layouts/partials/essentials/style.html b/themes/3mdeb/layouts/partials/essentials/style.html index a13c6ae..8d75010 100755 --- a/themes/3mdeb/layouts/partials/essentials/style.html +++ b/themes/3mdeb/layouts/partials/essentials/style.html @@ -40,7 +40,7 @@ {{ if and hugo.IsProduction site.Params.purge_css }} - {{ $styles = $styles | css.PostCSS | fingerprint "sha256" | minify }} + {{ $styles = $styles | resources.PostCSS | fingerprint "sha256" | minify }} {{ $styles = $styles | resources.PostProcess }} {{ end }} From 68c276161cad799cd43c6fc1f985c71749e54d9f Mon Sep 17 00:00:00 2001 From: Artur Raglis Date: Thu, 23 Jan 2025 17:49:21 +0100 Subject: [PATCH 6/6] content/events.md: fix broken yocto summit links Signed-off-by: Artur Raglis --- content/events.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/content/events.md b/content/events.md index 332430c..8859ad8 100644 --- a/content/events.md +++ b/content/events.md @@ -209,8 +209,8 @@ all_events: Topic: **Dealing with UEFI Secure Boot support using Yocto Project**
Presenters: **Tomasz Żyjewski** - * [**Direct link**](https://summit.yoctoproject.org/yocto-project-summit-2023-11/talk/HGTEGC/) - * [**Slides**](https://summit.yoctoproject.org/media/yocto-project-summit-2023-11/submissions/HGTEGC/resources/presentation_zq25ldK.pdf) + * [**Direct link**](https://web.archive.org/web/20240812072336/https://summit.yoctoproject.org/yocto-project-summit-2023-11/talk/HGTEGC/) + * [**Slides**](http://web.archive.org/web/20240517110258/https://summit.yoctoproject.org/media/yocto-project-summit-2023-11/submissions/HGTEGC/resources/presentation_zq25ldK.pdf) - date: "30.11.2023" image: "" @@ -220,8 +220,8 @@ all_events: Topic: **FIDO Device Onboarding: Late-binding Provisioning & Tales from the Trenches of Bleeding Edge Tech**
Presenters: **Tymek Burak** - * [**Direct link**](https://summit.yoctoproject.org/yocto-project-summit-2023-11/talk/KXCZYK/) - * [**Slides**](https://summit.yoctoproject.org/media/yocto-project-summit-2023-11/submissions/KXCZYK/resources/FIDO_Device_Onboarding_YoctoSu_C14fiKE.pdf) + * [**Direct link**](http://web.archive.org/web/20240812063556/https://summit.yoctoproject.org/yocto-project-summit-2023-11/talk/KXCZYK/) + * [**Slides**](http://web.archive.org/web/20240517110229/https://summit.yoctoproject.org/media/yocto-project-summit-2023-11/submissions/KXCZYK/resources/FIDO_Device_Onboarding_YoctoSu_C14fiKE.pdf) - title: "Qubes OS **Summit 2023**" status: "" @@ -308,7 +308,7 @@ all_events: Presenters: **Tomasz Żyjewski** * [**Direct link**](https://www.yoctoproject.org/yocto-project-at-embedded-open-source-summit-2023/) - * [**Slides**](https://summit.yoctoproject.org/media/devday-at-eoss-2023/submissions/XZYTCW/resources/presentation_v1.1_R3aJg51.pdf) + * [**Slides**](http://web.archive.org/web/20230811182550/https://summit.yoctoproject.org/media/devday-at-eoss-2023/submissions/XZYTCW/resources/presentation_v1.1_R3aJg51.pdf) - date: "26.06.2023" image: "" @@ -319,7 +319,7 @@ all_events: Presenters: **Tomasz Żyjewski, Maciej Pijanowski** * [**Direct link**](https://www.yoctoproject.org/yocto-project-at-embedded-open-source-summit-2023/) - * [**Slides**](https://summit.yoctoproject.org/media/devday-at-eoss-2023/submissions/JPX8ND/resources/Unveiling_OpenBMC__Exploring_features_a_xkqHpmo.pdf) + * [**Slides**](http://web.archive.org/web/20230812234006/https://summit.yoctoproject.org/media/devday-at-eoss-2023/submissions/JPX8ND/resources/Unveiling_OpenBMC__Exploring_features_a_xkqHpmo.pdf) - title: "Xen Developer **& Design Summit**" status: "" @@ -442,7 +442,7 @@ all_events: Presenters: **Tomasz Żyjewski** * [**Direct link**](https://pretalx.com/yocto-project-summit-2022-11/talk/KJDAFF/) - * [**Slides**](https://summit.yoctoproject.org/media/yocto-project-summit-2022-11/submissions/KJDAFF/resources/slides_v1.1_WFR8xEf.pdf) + * [**Slides**](http://web.archive.org/web/20240701121128/https://summit.yoctoproject.org/media/yocto-project-summit-2022-11/submissions/KJDAFF/resources/slides_v1.1_WFR8xEf.pdf) - title: "Open Source **Firmware Conference**" status: "" @@ -609,7 +609,6 @@ all_events: * [**Direct link**](https://archive.fosdem.org/2022/schedule/event/ost2/) * [**Slides**](https://shop.3mdeb.com/wp-content/uploads/2022/08/OST2_-A-new-way-to-grow-security-talent-for-open-source-projects.pdf) - * [**Video**](https://ftp.heanet.ie/mirrors/fosdem-video/2022/D.firmware/ost2.mp4) - date: "06.02.2022" image: ""