1
0

Update theme. Adde notes on RIsk Management.
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2025-12-11 20:32:23 +01:00
parent c2afd058f3
commit 7ac84eed80
3 changed files with 9 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ feature:
- icon: "microchip" - icon: "microchip"
icon_pack: "fa" icon_pack: "fa"
name: "C, C++, Assembly" name: "C, C++, Assembly"
description: "Embedded programming. AVR, ARM, ST, nRF, PIC" description: "Embedded programming. ARM, AVR, PIC, 8051, H8"
- icon: "tools" - icon: "tools"
icon_pack: "fa" icon_pack: "fa"
@@ -41,4 +41,9 @@ feature:
icon_pack: "fa" icon_pack: "fa"
name: "Quality control" name: "Quality control"
description: "Software Development under QMS, ISO 13485/62304, Medical device software." description: "Software Development under QMS, ISO 13485/62304, Medical device software."
- icon: "user-gear"
icon_pack: "fa"
name: "Risk management"
description: "Risk Management for Medical Devices. ISO 14971:2019."
--- ---

2
go.mod
View File

@@ -6,6 +6,6 @@ require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 // indirect
) )

2
go.sum
View File

@@ -10,6 +10,8 @@ github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 h1:AyH1p
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 h1:lnqObXNtLryM+h/meo9d7eluGC7Dv+TTGX4xl8adQjM= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 h1:lnqObXNtLryM+h/meo9d7eluGC7Dv+TTGX4xl8adQjM=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4 h1:Y9moOoDf7yePBCUHrHwIQwpli/mZ7w0/WP9fvvu2oAA=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.4/go.mod h1:rc3iv07XFylONQor5A4GdjTffe4asUSdnC1VgzmQ5+s=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k=