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
1 change: 1 addition & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
args: >
--config .lychee.toml
--base-url https://riddleandcode.com
'**/*.html'
fail: true
env:
Expand Down
15 changes: 15 additions & 0 deletions .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ accept = ["200..=299", "429"]
exclude_loopback = true
include_mail = false

# Paths excluded from link checking:
# templates/ — source files with {{ }} placeholders, not served directly
# archive/ — legacy content with deliberately removed dependencies
# de/ — generated mirrors of EN pages; same links, no need to double-check
# slides/ — standalone presentation decks with their own asset structure
# includes/ — HTML fragments loaded via JS; relative paths resolve at insertion
# point (root), not in the fragment file itself (false positives)
exclude_path = [
"templates",
"archive",
"de",
"slides",
"includes",
]

exclude = [
# JavaScript pseudo-links
"^javascript:",
Expand Down
8 changes: 0 additions & 8 deletions archive/csv/Riddle & Code - MYPWR Animation PopUps.csv

This file was deleted.

Loading
Loading