Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
fail: true # fail workflow run on error
args: --root-dir "$(pwd)/public" public --exclude ".+\.analog.com"
args: --root-dir "$(pwd)/public" public --exclude ".+\.analog.com" --exclude "https://ilbers.de/"
2 changes: 1 addition & 1 deletion content/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "MEC2025"
title = "Munich Embedded"
template = "index_en.html"
+++
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = "MEC2025"
title = "Munich Embedded"
aliases = ["de"]
+++
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="text-2xl md:text-2xl mb-8"> Konferenz für Testing, Sicherheit und Zu
<svg class="w-5 h-5 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-3v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H4V4h16v12z"/>
</svg>
Call for Papers
Call for Proposals
</a>
<a href="https://tickets.munich-embedded.com" target="_blank" class="orange-button">Tickets kaufen</a>
<!-- <a href="/mec2026.ics" download class="blue-button flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion templates/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="text-2xl md:text-2xl mb-8"> Conference for Testing, Security and Reli
<svg class="w-5 h-5 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-3v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H4V4h16v12z"/>
</svg>
Call for Papers
Call for Proposals
</a>
<a href="https://tickets.munich-embedded.com" target="_blank" class="orange-button">Buy Tickets</a>
<!-- <a href="/mec2026.ics" download class="blue-button flex items-center">
Expand Down
Loading