revamped travis cibuild - cached archive.org links to speed up tests - should work perfectly and make PR’s conform to HTTPS standards - `—url-ignore` for personal website since its not served over HTTPS index.html + css/style.sass - ID is unique, changed `remove-on-mobile` to a class about.html - moved all non-https links to archive.org _layouts/page.html - converted T&C to archived link to conform with standards data.yaml - removed dailyword link since it doesn’t allow archive.org caching - changed cnbc link to serve over https
5 lines
No EOL
259 B
Bash
5 lines
No EOL
259 B
Bash
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec jekyll build
|
|
bundle exec htmlproofer --allow-hash-href --check-favicon --check-opengraph --check-html --check-img-http --timeframe 15d --enforce-https --url-ignore http://virenmohindra.me/ ./_site |