Add a news to the home page
To detect broken links, you can use rawler.
sudo gem install rawler
rawler http://localhost:4242 --wait 0 > broken-link-report.txt
grep --regexp="200 -" --invert-match broken-link-report.txt
To detect broken links, you can use rawler.
sudo gem install rawler
rawler http://localhost:4242 --wait 0 > broken-link-report.txt
grep --regexp="200 -" --invert-match broken-link-report.txt