Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 440 Bytes

dev.md

File metadata and controls

27 lines (20 loc) · 440 Bytes

To check for broken links

hugo; ./bin/htmltest public/

To update a broken article

./scripts/downloader.py --issue 30 --force
./scripts/make-magazine.py --article archive/issue030_jeff_eastham_anderson.aspx

To update archive branch with newly downloaded data:

git add archive
git stash
git checkout archive
git stash pop
# Commit the changes
git checkout master
git checkout archive -- archive
git reset