1
0

Compare commits

...

25 Commits

Author SHA1 Message Date
d0669725b0 Added IEC60601 course. (Including PDFs)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-17 08:41:10 +00:00
f1150579b7 More pics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-12 22:13:16 +02:00
344d64051f More stuff 2024-04-12 21:59:08 +02:00
80e4b63be3 Navidrome having replaced airsonic
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-11 15:12:24 +00:00
15b45ecee0 Cleanup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-11 15:05:52 +00:00
c870940396 Gitea runner
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
Build / deploy (push) Failing after 1m46s
2024-04-10 13:08:11 +00:00
ae85c8330d Quicker build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-10 11:31:47 +00:00
6bfe3e1b14 Fine tunning and testing hooks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-10 11:09:48 +00:00
fa3961713b Brushing up details
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-10 10:07:45 +00:00
84d27a0391 Wrong docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-10 09:50:50 +00:00
50f6061500 latest hugo version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-10 09:47:33 +00:00
772d79abbb Updated training
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2024-04-10 09:42:13 +00:00
f8838c2f72 Merge branch 'master' of https://code.jcktrue.dk/jct/jcktrue.dk 2023-12-10 18:25:42 +01:00
1826a963df Theme update 2023-12-10 18:25:14 +01:00
33f60538c1 Merge branch 'master' of https://code.jcktrue.dk/jct/jcktrue.dk
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-29 12:26:09 +00:00
f5aad069c0 Added Signal to contact options 2023-09-29 12:25:42 +00:00
45cf133669 Theme update.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-18 19:18:53 +02:00
88a174e8b1 Project details
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-04 13:40:56 +00:00
9bbc02e8ed Backup script description
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-13 10:03:57 +00:00
76e06628f8 Small corrections
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-08 11:37:07 +00:00
ee5a00829e Minor polish.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-22 13:20:26 +00:00
5b25f67222 Theme update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-15 20:54:18 +02:00
fc502cd70f Theme update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-30 18:20:30 +02:00
293a82c365 Theme update.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-16 16:15:58 +02:00
94263f514d Update theme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 20:26:48 +01:00
29 changed files with 231 additions and 140 deletions

View File

@ -1,12 +1,11 @@
pipeline: when:
build: - event: [push, pull_request, pull_request_closed, tag, release, manual]
image: klakegg/hugo:ext-alpine
steps:
- name: build
image: floryn90/hugo:ext-alpine
commands: commands:
- hugo mod get -u - hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir - hugo-official --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/
deploy:
image: eeacms/rsync
commands:
- rsync -r --delete public/ /mnt/jcktrue.dk
volumes: volumes:
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/ - /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/

View File

@ -1,8 +1,13 @@
default: build
build:
hugo --minify --gc --cleanDestinationDir
update: update:
hugo mod get -u ./... hugo mod get -u ./...
serve_ide: serve_ide:
hugo serve --port 443 -b "https://443.ide.jcktrue.dk/" hugo serve -b "https://1313.ide.jcktrue.dk/" --appendPort=false
images: images:
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -11,15 +11,6 @@ hasCJKLanguage: false
defaultContentLanguageInSubdir: false defaultContentLanguageInSubdir: false
removePathAccents: true removePathAccents: true
############################
## MODULES
############################
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
############################ ############################
## ADVANCED ## ADVANCED
############################ ############################
@ -34,8 +25,8 @@ ignoreFiles: ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_
disableAliases: true disableAliases: true
outputs: outputs:
home: [HTML, RSS, JSON, WebAppManifest] home: [HTML, WebAppManifest]
section: [HTML, RSS] section: [HTML]
markup: markup:
defaultMarkdownHandler: goldmark defaultMarkdownHandler: goldmark

View File

@ -1,8 +1,3 @@
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[[main]] [[main]]
name = "Home" name = "Home"
url = "#about" url = "#about"
@ -33,10 +28,3 @@
name = "Contact" name = "Contact"
url = "/#contact" url = "/#contact"
weight = 60 weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 70

View File

@ -0,0 +1,9 @@
############################
## HUGO MODULES
## Install or uninstall themes and plugins here.
## Docs: https://gohugo.io/hugo-modules/
############################
imports:
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5

View File

@ -33,6 +33,10 @@ content:
icon_pack: fab icon_pack: fab
name: Telegram Me name: Telegram Me
link: 'https://telegram.me/@jcktrue' link: 'https://telegram.me/@jcktrue'
- icon: comment
icon_pack: fa
name: Signal Me
link: 'https://signal.org'
- icon: skype - icon: skype
icon_pack: fab icon_pack: fab
name: Skype Me name: Skype Me

View File

@ -13,12 +13,12 @@ experience:
company_logo: "PhillipsMedisize" company_logo: "PhillipsMedisize"
location: "Struer, Denmark" location: "Struer, Denmark"
date_start: "2019-06-17" date_start: "2019-06-17"
date_end: ""
description: > description: >
Software Engineer on medical devices Software Engineer on medical devices
- Embedded programming, drivers, and services in C/C++ - Embedded programming, drivers, and services in C/C++
- Support tools in Python and C#
- Control theory - Control theory
- Product development under QMS - ISO 13485 - Product development under QMS - IEC62304 & ISO13485
- Software lead - Software lead
- title: "Bachelor in Electronic Engineering" - title: "Bachelor in Electronic Engineering"

View File

@ -10,30 +10,30 @@ feature:
- icon: "microchip" - icon: "microchip"
icon_pack: "fa" icon_pack: "fa"
name: "C, C++, Assembly" name: "C, C++, Assembly"
description: "Embedded programming. AVR, ARM, PIC microcontrollers…" description: "Embedded programming. AVR, ARM, ST, nRF, PIC"
- icon: "tools" - icon: "tools"
icon_pack: "fa" icon_pack: "fa"
name: "Development tools" name: "Development tools"
description: "Static code analysis, CI/CD tools, Software modeling tools..." description: "Static code analysis, CI/CD tools, Software modeling tools."
- icon: "server" - icon: "server"
icon_pack: "fa" icon_pack: "fa"
name: "Linux" name: "Linux"
description: "Linux development for embedded systems and servers. Docker, RDBMs, package managers…" description: "Linux development for embedded systems and servers. Docker, RDBMs, package managers."
- icon: "code" - icon: "code"
icon_pack: "fa" icon_pack: "fa"
name: "Webdevelopment" name: "Webdevelopment"
description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets" description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets."
- icon: "cogs" - icon: "cogs"
icon_pack: "fa" icon_pack: "fa"
name: "Control theory" name: "Control theory"
description: "Design, Implementation, Simulation, MATLAB/SimuLink" description: "Design, Implementation, Simulation, MATLAB/SimuLink."
- icon: "check" - icon: "check"
icon_pack: "fa" icon_pack: "fa"
name: "Quality management" name: "Quality management"
description: "Development under QMS, ISO 13485, 21 CFR 820 compliance..." description: "Development under QMS, ISO 13485/62304, Medical device software."
--- ---

88
content/home/training.md Normal file
View File

@ -0,0 +1,88 @@
---
widget: "accomplishments"
headless: true
weight: 45
title: "Courses"
date_format: "2006-01-02"
item:
- organization: "Key2Compliance"
organization_url: https://key2compliance.com/
title: "Device Control Training"
url: /pdf/certificates/DesignControlTraining.pdf
date_start: "2019-09-16"
date_end: "2019-09-17"
description: >
Course content:
- Introduction
- Medical devices - EU
- Combination products
- Quality system strategy
- Design Controls
- Planning
- User needs -> Design input
- Risk management
- Design Output
- Design Review
- Design Verification
- Design Validation
- Design Transfer
- Design Changes
- Design Documentation ”DHF”
- organization: "Key2Compliance"
organization_url: https://key2compliance.com/
title: "Software development - regulatory requirements"
url: /pdf/certificates/SoftwareDevelopmentRegulatoryRequirements.pdf
date_start: "2019-09-21"
date_end: "2019-09-23"
description: >
Course content:
- EU Medical Device Regulation
- FDA regulations
- Good practice: SW lifecycle processes
- 60601 with focus on chapter 14, contribution of SW to essential performance
- 62304 - Software development lifecycle
- Development For class C software
- Short intro to risk management - ISO 14971
- Software safety class
- Software risk in relation to 62304
- Concept cybersecurity
- Cybersecurity risk management process
- Agile SW development
- GDPR/HIPAA
- Tool validation
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Introduction to Risk Management for Medical Devices and ISO 14971:2019"
url: /pdf/certificates/IntroductiontoRiskManagementforMedicalDevicesandISO14971_2019.pdf
date_start: "2024-01-10"
description: >
Learning goals:
- To understand the overall process of risk management and how to create safe medical devices.
- To strengthen the ability of participants to independently perform risk analysis, risk evaluation and risk control.
- To establish and increase knowledge on risk management tools and their differences, such as FMEA and P-FMEA.
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Risk Management for Medical Devices and ISO 14971:2019"
url: https://www.credential.net/019bf8fb-3725-41d2-b267-38e19b22a71a?key=e4021d89e56370fd6995475c0ff5bdc123dddc83e100514801bd9ef480ebb0ba#gs.82vz01
date_start: "2024-02-23"
description: Blended classroom and online training.
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Introduction to Safety for Electrical Medical Devices and IEC 60601"
url: https://www.credential.net/87beca3d-06af-4e2d-b023-364542df429a?key=dad188bb614ee747e23bf71c919d4437f6c951f17c667357a10568dbba6583c0#gs.82scio
date_start: "2024-04-17"
description: >
Learning goals:
- Understand what basic safety for a medical device is.
- Understand why and how basic safety is implemented and the most common pitfalls in medical device product development and how to avoid them.
- Strengthen your communication skills in the area of basic safety for medical devices.
- Build awareness of effective management of safety throughout the product lifecycle.
---

View File

@ -42,8 +42,8 @@ sudo fdisk /dev/sdX
Fdisk provides a shell where you can enter commands. Fdisk provides a shell where you can enter commands.
- Set the type to "o" for MSDOS - Set the type to "o" for MSDOS
- Set the disk to be bootable "a"
- Make a new primary partition "n" followed by "n" Accept the remaining as default. - Make a new primary partition "n" followed by "n" Accept the remaining as default.
- Set the disk to be bootable "a"
- Use "w" to commit the changes and exit the tool. - Use "w" to commit the changes and exit the tool.
Now create a filesystem in the newly created partition. Now create a filesystem in the newly created partition.
@ -56,7 +56,7 @@ sudo mkfs -t ext2 /dev/sdX1
Create a mount point Create a mount point
```shell ```shell
mkdir /tmp/mysub mkdir /tmp/myusb
``` ```
Mount the new partition Mount the new partition
@ -90,3 +90,7 @@ Finally unmount and reboot
sudo unmount /tmp/myusb sudo unmount /tmp/myusb
sudo reboot sudo reboot
``` ```
## Updates
To update it should be enough to mount the USB drive and run the update-grub script.

View File

@ -15,11 +15,15 @@ Sometimes you are simply stuck on a system where you can not install your own pr
- [CyberChef](https://gchq.github.io/CyberChef) - [CyberChef](https://gchq.github.io/CyberChef)
- CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data that you may stumble upon. Hexdumping, Base64, Hashing, Compression, EXIF and much much more. - CyberChef is a highly flexible tool allowing you to combine small programmable blocks, that can process and convert data that you may stumble upon. Hexdumping, Base64, Hashing, Compression, EXIF and much much more.
- {{< icon name="bug" pack="fas" >}} Debugging - {{< icon name="bug" pack="fas" >}} Debugging
- [it-tools](https://it-tools.tech/)
- Collection of handy online tools for developers, with great UX.
- {{< icon name="bug" pack="fas" >}} Debugging
- [Virus Total](https://www.virustotal.com/) - [Virus Total](https://www.virustotal.com/)
- Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools. - Provide a file or a URL and VirusTotal will scan the input using more than 70 different antivirus tools.
- {{< icon name="file-alt" pack="fas" >}} Report - {{< icon name="file-alt" pack="fas" >}} Report
- [SSL Labs](https://www.ssllabs.com/ssltest/) - [SSL Labs](https://www.ssllabs.com/ssltest/)
- Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security. - Perform a detailed analysis of your SSL/TLS server configuration. Includes feedback on which settings to optimize to improve the security.
- {{< icon name="lock" pack="fas" >}} Report
- [Mozilla Observatory](https://observatory.mozilla.org/) - [Mozilla Observatory](https://observatory.mozilla.org/)
- Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site. - Similar to SSL Labs, Mozilla Observatory analyzes and provides feedback on how to improve the site.
- {{< icon name="file-alt" pack="fas" >}} Report - {{< icon name="file-alt" pack="fas" >}} Report

View File

@ -0,0 +1,27 @@
---
title: "Backupscript"
summary: "Custom backup solution using Rclone and Ntfy.sh"
authors: []
tags: []
categories: []
date: 2023-06-13T09:56:42Z
url_code: "https://code.jcktrue.dk/jct/backupscript"
---
Custom backup solution using Rclone and Ntfy.sh.
Written in PHP with the purpose of sending short Push notifications on the status of the each weekly backup job.
Built as an exercise in PHP best practices.
- PHPMessDetector for cyclic complexity
- PHP static analysis using Psalm and PHPStan
- Code standards using PHP_CodeSniffer
- Unit testing via PHPUnit with branch coverage.
- Package management using composer
## Rclone
Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers.
## ntfy
ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.

View File

@ -1,12 +1,13 @@
--- ---
weight: 1 weight: 1
--- ---
There are a lot of reasons to favor self-hosting over using web apps created and hosted by one company or another. This space is dedicated to exploring the world of self-hosted applications. Here, you'll find various tools and services i host on my own infrastructure.
First and foremost, self-hosting is (mostly) free! You need to pay for your server, but you can say goodbye to SaaS subscription fees and paid premium accounts. For those unfamiliar with the term, self-hosting allows you to take control of your data and applications by installing and managing them on your own server or computer. This approach offers greater privacy, customization, and potentially lower costs compared to relying on third-party services.
Self-hosting is virtually limitless — you can run an email service, watch your videos from anywhere, keep your bookmarks safe and secure, run a chat service for your business, host a blog, synchronize your files in the cloud, and more, all from a single server. This page will showcase various applications I've implemented.
A lot of self-hosting advocates like the fact that they control their own data, and not depend on a company. Data breaches happen all the time these days, and its hard to know how a company plans to profit from your data. By self-hosting, you take back a bit of power. Productivity: Boost your workflow with self-hosted tools for document management, collaboration, and communication.
- Media: Stream your personal collection of movies and music with freedom and flexibility.
Finally, self-hosting helps you learn a lot. If you are hoping to find out more about software development, theres no better way than just jumping in headfirst. - Security & Privacy: Take control of your online presence with self-hosted password manager, DNS level ad blocking and VPN tunneling.
- Programming: Git based code hosting, CI/CD and online IDE.

View File

@ -9,8 +9,8 @@ cta:
icon_pack: fas icon_pack: fas
icon: music icon: music
cta_alt: cta_alt:
url: 'https://airsonic.github.io/' url: 'https://www.navidrome.org/'
label: Airsonic.github.io label: navidrome.org
cta_note: cta_note:
label: 'Media server for music and podcasts via any browser. Support for smartphones via the Sonic protocol allows for streaming of music on mobile devices too.' label: 'Navidrome allows you to enjoy your music collection from anywhere, by making it available through a modern Web UI and through a wide range of third-party compatible mobile apps, for both iOS and Android devices.'
--- ---

View File

@ -0,0 +1,16 @@
---
widget: hero
headless: true
title: "Uptime"
hero_media: 'selfhosted/uptime.webp'
cta:
url: 'https://uptime.jcktrue.dk'
label: Uptime
icon_pack: fas
icon: chart-line
cta_alt:
url: 'https://uptime.kuma.pet/'
label: Uptime Kuma
cta_note:
label: 'A fancy self-hosted monitoring tool.'
---

View File

@ -1,82 +0,0 @@
# Page Sharer
# Documentation: https://wowchemy.com/docs/customization/#page-sharer
[[buttons]]
id = "twitter"
url = "https://twitter.com/intent/tweet?url={url}&text={title}"
title = "Twitter"
icon_pack = "fab"
icon = "twitter"
enable = true
[[buttons]]
id = "facebook"
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
title = "Facebook"
icon_pack = "fab"
icon = "facebook"
enable = true
[[buttons]]
id = "email"
url = "mailto:?subject={title}&body={url}"
title = "Email"
icon_pack = "fas"
icon = "envelope"
enable = true
[[buttons]]
id = "linkedin"
url = "https://www.linkedin.com/shareArticle?url={url}&title={title}"
title = "LinkedIn"
icon_pack = "fab"
icon = "linkedin-in"
enable = true
[[buttons]]
id = "whatsapp"
url = "whatsapp://send?text={title}%20{url}"
title = "WhatsApp"
icon_pack = "fab"
icon = "whatsapp"
enable = true
[[buttons]]
id = "weibo"
url = "https://service.weibo.com/share/share.php?url={url}&title={title}"
title = "Weibo"
icon_pack = "fab"
icon = "weibo"
enable = false
[[buttons]]
id = "reddit"
url = "https://reddit.com/submit?url={url}&title={title}"
title = "Reddit"
icon_pack = "fab"
icon = "reddit-alien"
enable = true
[[buttons]]
id = "pinterest"
url = "https://pinterest.com/pin/create/link/?url={url}&description={title}"
title = "Pinterest"
icon_pack = "fab"
icon = "pinterest"
enable = false
[[buttons]]
id = "xing"
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
title = "Xing"
icon_pack = "fab"
icon = "xing"
enable = false
[[buttons]]
id = "tumblr"
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
title = "Tumblr"
icon_pack = "fab"
icon = "tumblr"
enable = false

9
go.mod
View File

@ -3,8 +3,9 @@ module code.jcktrue.dk/jct/jcktrue.dk
go 1.15 go 1.15
require ( require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 // indirect
) )

36
go.sum
View File

@ -1,14 +1,50 @@
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 h1:QPek2BL723n+uM4DjyV97qNIoPsmt/vnKAQyaGJbgvQ=
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7/go.mod h1:xZiTEEurbEwj/NhZohozvlyLCGVCT2wARHDAJeqKG/c=
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 h1:6GsVeNtYhzl14LLJRFRV1AonKGq8ZAduep/uiK5oEF4=
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 h1:qlDCZWq7OhuwLr7/rDPXe8iGxam2t1kgLabZ9EP0VqM=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4=
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 h1:AyH1pungA2xQDHOrXiIssKOVMY1/qoJUgwrGiK7TzJM=
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-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/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.1-0.20231101183355-53a94b591ea8/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.1-0.20231101183733-7b61e2f369e6/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.3.0 h1:O1bMsWXnd9eu8Am5KZWKRiUvroyOa0ZY0znikS/d38Q=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.3.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 h1:blRMoXNtlxnqXlVi4eCdPtTfVpJkH9J1f6tEKDXimCY= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 h1:blRMoXNtlxnqXlVi4eCdPtTfVpJkH9J1f6tEKDXimCY=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0/go.mod h1:s40UgLsWfVyCLQ2F4F3dBcNfZOXcPGld7KxsKhZdzvM= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0/go.mod h1:s40UgLsWfVyCLQ2F4F3dBcNfZOXcPGld7KxsKhZdzvM=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.1.0 h1:I0ZJdoU4iGXbrNdIk5alwUZJhb8FABh2e7grpX6ACAU=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.1.0/go.mod h1:s40UgLsWfVyCLQ2F4F3dBcNfZOXcPGld7KxsKhZdzvM=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 h1:WCbC3jjXAcFGUWn5W1QUk5tzNq4x4NcyqABI/s0SnWw= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 h1:WCbC3jjXAcFGUWn5W1QUk5tzNq4x4NcyqABI/s0SnWw=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0/go.mod h1:X1mETJo6Lkv9tEgfU0UYFRiRInf0RbgW+s1RKXB4GMA= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0/go.mod h1:X1mETJo6Lkv9tEgfU0UYFRiRInf0RbgW+s1RKXB4GMA=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 h1:EYUeXFaj/roT2MtbZf9gaOTtG+S4bJWYGvNgxVdEspY= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 h1:EYUeXFaj/roT2MtbZf9gaOTtG+S4bJWYGvNgxVdEspY=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0/go.mod h1:u2hgU45C6Oi3CwMzSNvTwuRTsKs7O46EG3MTjNKu7gE= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0/go.mod h1:u2hgU45C6Oi3CwMzSNvTwuRTsKs7O46EG3MTjNKu7gE=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.1.0 h1:3ftryJQtT+ECJZ7Xl/EQpo7xXRV9Ol9S6O58mtemdX0=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.1.0/go.mod h1:F7KcUWe4ekU9rMXy33pi9/d+o0PGTUJqPsYbkHRj5J8=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.0/go.mod h1:R01vz++1i/KR2n00aWGcs6m/L7ky1klbrpqA2KXjMCk= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.0/go.mod h1:R01vz++1i/KR2n00aWGcs6m/L7ky1klbrpqA2KXjMCk=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.1-0.20231101183733-7b61e2f369e6/go.mod h1:ecSfomc5wqJSsZb+WuOJGMqCDxONsooRuWmIObTOpR0=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.2.0 h1:7mhT9lnbCxbgCbeyLvEAojDXEb3w0kJ05wTgneVXQyk=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.2.0/go.mod h1:ecSfomc5wqJSsZb+WuOJGMqCDxONsooRuWmIObTOpR0=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a h1:Wcffy/ON9ALAjpeOsy8Fldbp79I22p4rjIywtD0w2qM= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a h1:Wcffy/ON9ALAjpeOsy8Fldbp79I22p4rjIywtD0w2qM=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593 h1:qjabfojpyyPc42An6Wcz+erUimvAX0PR7yWwqHqNHVg= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593 h1:qjabfojpyyPc42An6Wcz+erUimvAX0PR7yWwqHqNHVg=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa h1:PGT6AHIKSoI+sOyKxoqCJe35VLHmUKLIhRh+D4yU3sk= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa h1:PGT6AHIKSoI+sOyKxoqCJe35VLHmUKLIhRh+D4yU3sk=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221106163805-45466f563a8a h1:E/b3J305QMI7Qv1eUFMf07f+HkNk8S4gS/oKcMY09GY=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221106163805-45466f563a8a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230213200301-f55ff594c0f6 h1:ekul2Tb/b1hCZLh+W7frLZ1LAIer54yPnPsNb/DXYg8=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230213200301-f55ff594c0f6/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230414192829-9ea080c35435 h1:tompoWch/XyWRqTo6j4kU5bO6Fl9DKwkTD5UGBhEpKw=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230414192829-9ea080c35435/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230427201456-ecde20096152 h1:HF0CIULneum64oX/f/aI4WuUI5Un6H0e2l7+PG7Dt4g=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230427201456-ecde20096152/go.mod h1:aTjV1UoWPt03vYsb6TImLXMlby6p1lXF9aUy+GnAuqw=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230501161443-2d67669ce769 h1:agPBMX55eeEO0Bm8MCttnBC57kWruX6H/+25NO98mDM=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230501161443-2d67669ce769/go.mod h1:aTjV1UoWPt03vYsb6TImLXMlby6p1lXF9aUy+GnAuqw=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.1 h1:aqJ7yg+JYu64bh0r/VpwT2KaqhEHxdiX8JbH92shr00=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.1/go.mod h1:aTjV1UoWPt03vYsb6TImLXMlby6p1lXF9aUy+GnAuqw=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.9.0 h1:k7vB8NFZ39dWr8MHemJE+MSClGnFN7OrCBa8so/v+UA=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.9.0/go.mod h1:lt2bI75FiRLJ5Z6BnzfVtag2hBpIISLduGq6I8KkLEE=

Binary file not shown.