summaryrefslogtreecommitdiff
path: root/reload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'reload.sh')
-rwxr-xr-xreload.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/reload.sh b/reload.sh
index 311492d..af9044c 100755
--- a/reload.sh
+++ b/reload.sh
@@ -7,16 +7,16 @@ while IFS='' read -r data ; do
sh ./md.sh ${data} > /dev/null ;
echo " built: ${data}" ;
done
-echo "[ok] full rebuild"
}
+sh ./nav.sh distress.network distress.network/nav.html > /dev/null
+echo "[ok] nav embed"
+
if [ "$1" = -r ] ; then
rebuild ;
+ echo "[ok] full rebuild";
fi
-sh ./nav.sh distress.network distress.network/nav.html > /dev/null
-echo "[ok] nav embed"
-
sh ./plain.sh distress.network/nav.html distress.network/meta/sitemap/index.html > /dev/null
sed 's/\(line-height:\) 1.5em/\1 1.25em/' -i'' distress.network/meta/sitemap/index.html
echo "[ok] nav page"