Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a linkchecker for Jekyll Site #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

souravsingh
Copy link

@souravsingh souravsingh commented Aug 23, 2016

This PR is related to Issue #62 for checking broken links.

@peterjc
Copy link
Member

peterjc commented Aug 23, 2016

Good news - it works :)

Bad news - lots of broken links :(

Unless this is setup as a TravisCI build target which is allowed to fail, it will not be useful to commit this yet. Hopefully we can just fix the links...

You should probably tell linkchecker to only look at ./_site as per the example on #62 which would avoid the false warning from ./_layouts/default.html etc.

I just resolved the Gmane problem with bd236b7 and a malformed link this found with 97005af

Most of the errors are about the GitHub editing links, can you see what is going on there?

@peterjc
Copy link
Member

peterjc commented Aug 23, 2016

Also as per the example on #62, using something like --only-4xx might be needed for all the (mostly valid) DOI links are getting Connection refused, and GitHub links returning HTTPTooManyRequests

@souravsingh
Copy link
Author

@peterjc I will look into the issue with the false alarms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants