broccolini / athena

A simple and elegant theme for Jekyll and GitHub Pages.
http://broccolini.net/athena/
133 stars 57 forks source link

Fix link to feed #2

Closed DirtyF closed 6 years ago

DirtyF commented 8 years ago

Added jekyll-feed as a dependency to fix a 404 on feed.xml 🍃

Before:

❯ htmlproofer _site/*.html
Running ["ImageCheck", "LinkCheck", "ScriptCheck"] on _site/index.html on *.html...

Checking 7 external links...
Ran on 1 file!

- _site/index.html
  *  External link http://localhost:4000/feed.xml failed: 404 No error
htmlproofer 3.3.0 | Error:  HTML-Proofer found 1 failure!

After:

❯ htmlproofer _site/*.html
Running ["ScriptCheck", "LinkCheck", "ImageCheck"] on _site/index.html on *.html...

Checking 6 external links...
Ran on 1 file!

HTML-Proofer finished successfully.