mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Make html-validate skip redirect page
This commit is contained in:
parent
c98b28f6fe
commit
6487c5c7f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ hint: hugo .hintrc-local
|
||||||
|
|
||||||
.PHONY: html-validate
|
.PHONY: html-validate
|
||||||
html-validate:
|
html-validate:
|
||||||
pnpm -s dlx html-validate --ext=html -c linter-configs/htmlvalidate.json $(OUTPUT_DIR)
|
find $(OUTPUT_DIR) -type f -name "*.html" | grep -v 'resume/index.html' | xargs pnpm -s dlx html-validate --ext=html -c linter-configs/htmlvalidate.json
|
||||||
|
|
||||||
.validate-feed-main:
|
.validate-feed-main:
|
||||||
scripts/bin/validate-feed file://$(PWD)/$(OUTPUT_DIR)/atom.xml
|
scripts/bin/validate-feed file://$(PWD)/$(OUTPUT_DIR)/atom.xml
|
||||||
|
|
Loading…
Reference in a new issue