mirror of
https://github.com/goreleaser/nfpm
synced 2026-07-27 01:31:05 +02:00
1bd2fed8fb
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
23 lines
610 B
YAML
23 lines
610 B
YAML
# htmltest configuration for nFPM Hugo site
|
|
DirectoryPath: "public"
|
|
CheckDoctype: true
|
|
CheckAnchors: true
|
|
CheckLinks: true
|
|
CheckImages: true
|
|
CheckScripts: true
|
|
CheckFavicon: false
|
|
CheckOpengraph: false
|
|
CheckMetaRefresh: true
|
|
CheckMetaViewport: true
|
|
EnforceHTTPS: false
|
|
IgnoreDirectoryMissingTrailingSlash: true
|
|
IgnoreURLs:
|
|
- "https://github.com/goreleaser/nfpm/edit/main/www/content"
|
|
- "https://github.com/goreleaser/nfpm/releases"
|
|
- "https://becker.software/nfpm.png"
|
|
- "https://opencollective.com/"
|
|
- "https://wiki.alpinelinux.org/"
|
|
IgnoreAltMissing: true
|
|
IgnoreInternalEmptyHash: true
|
|
LogLevel: 2
|