Questions tagged [html-proofer]
3 questions
4
votes
1 answer
internal linking to posts does not exist, jekyll
I ran htmlproofer and got this failure.
internally linking to /posts/title, which does not exist
how do I fix the liquid tags in jekyll so that the HTML outputs correctly when built?
I think it has something to do with this line in index.html

WinterJules
- 93
- 9
0
votes
0 answers
jekyll build generates broken internal href
I am trying to setup github pages using jekyll theme chirpy-starter. Build step successfully generates the html files however internal href and broken. And this can be verified using html proofer.
To replicate the similar issue locally I followed…

Daemon
- 1,575
- 1
- 17
- 37
0
votes
0 answers
html proofer not finding jekyll collections
Running into a problem where normal pages are working fine, however collection pages are not found by html-proofer.
Example error message:
* internally linking to /blog/choose-a-datasource, which does not exist (line 82)

Remi
- 4,663
- 11
- 49
- 84