Commit 1202831
Update mise tools
Ran `mise up` to refresh the pinned hugo and lychee versions in
mise.lock (hugo 0.161.1 -> 0.164.0, lychee 0.23.0 -> 0.24.2).
Lychee 0.24 replaced the boolean `include_fragments` config option
with a `none|anchor-only|text-only|full` enum, so lychee.toml no
longer parsed. Migrated `include_fragments = true` to
`include_fragments = "full"`, which checks both anchor fragments
(e.g. `#section`) and text fragments (e.g. `#:~:text=example`).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 47c2e2a commit 1202831
2 files changed
Lines changed: 50 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments