Skip to content

Commit 89b9f33

Browse files
CopilotDavidKRK
andauthored
Fix dead links detected by Lychee link checker (#202)
* Initial plan * Fix dead links: update badge ref, create responsive.css, add lychee exclusions Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/a228ef97-974f-4ed3-92e2-bb6de61306d8 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> * Remove responsive.css reference from index.html (styles already in style.css) Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/a228ef97-974f-4ed3-92e2-bb6de61306d8 Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com>
1 parent acc2156 commit 89b9f33

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ assignees: DavidKRK
77

88
---
99

10-
[![Weekly Backup & Archive](https://github.com/DavidKRK/DavidKRK.github.io/actions/workflows/backup.yml/badge.svg)](https://github.com/DavidKRK/DavidKRK.github.io/actions/workflows/backup.yml)
10+
[![Maintenance](https://github.com/DavidKRK/DavidKRK.github.io/actions/workflows/maintenance.yml/badge.svg)](https://github.com/DavidKRK/DavidKRK.github.io/actions/workflows/maintenance.yml)

.lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
exclude = [
99
"^mailto:",
1010
"soundcloud\\.com",
11-
"formspree\\.io"
11+
"formspree\\.io",
12+
"mysql\\.com",
13+
"scripts\\.sil\\.org"
1214
]

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
3131
<!-- CSS principal -->
3232
<link rel="stylesheet" href="assets/css/style.css">
33-
<link rel="stylesheet" href="assets/css/responsive.css">
3433
<script src="https://cdn.jsdelivr.net/npm/howler@2.2.3/dist/howler.core.min.js"></script>
3534
</head>
3635
<body class="home-page">

0 commit comments

Comments
 (0)