diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 91a4fe0..b56562e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -30,13 +30,9 @@
-

- tags · - all pages -

written by michael zhang. - source + source

diff --git a/scripts/check-broken-links.sh b/scripts/check-broken-links.sh new file mode 100755 index 0000000..46be578 --- /dev/null +++ b/scripts/check-broken-links.sh @@ -0,0 +1,5 @@ +#!/bin/bash +DEFAULT="http://localhost:1313" +TARGET=${1:-$DEFAULT} +wget --spider -r -nd -nv -H -l 1 $TARGET +