Skip to content

Commit

Permalink
More links work now with lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jul 24, 2023
1 parent 15e3942 commit 09a1f43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion content/2020/go-is-not-simple/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ program[0]="+"; | ^^^^^^^^^^ the type `str` cannot be mutably indexed by `{integ
https://news.ycombinator.com/item?id=16202031

> For every complex problem there is an answer that is clear, simple, and wrong.
> (Adapted from https://en.wikiquote.org/wiki/H._L._Mencken)
> (Adapted from <https://en.wikiquote.org/wiki/H._L._Mencken>)
Go is simple by offloading the cost of complexity to its users.

Expand Down
16 changes: 0 additions & 16 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,10 @@ exclude = [
# Exclude zola's `@/` relative links
'@/',

# HackerNews currently produces a 503
'news.ycombinator.com',

# Some images that get included directly in the markdown
# and don't use the `figure` shortcode
'content/2020/perf/avif_supported.avif',
'content/2020/perf/avif_not_supported.jpg',

# 403: Forbidden
# Mostly because of CDN bot detection I guess
'https://jakubsacha.pl/',
'https://sourceforge.net/',

# Produces `ERR`. Need to investigate.
'https://blog.learngoprogramming.com/golang-const-type-enums-iota-bc4befd096d3',

# False positive. The full link should be
# https://en.wikiquote.org/wiki/H._L._Mencken
'https://en.wikiquote.org/wiki/H',

]
exclude_mail = true
exclude_loopback = true
Expand Down

0 comments on commit 09a1f43

Please sign in to comment.