streamlined my process for managed links a bit by removing some redundancy with the way the urls.txt iterates through each sidebar.

This commit is contained in:
tomjohnson1492
2016-03-30 10:17:01 -07:00
parent e327afb8fe
commit 3b2241c958
7 changed files with 298 additions and 304 deletions

6
run.sh Normal file
View File

@ -0,0 +1,6 @@
echo "updating urls.yml"
cd _site;
mv urls.txt ../_data/urls.yml;
cd ../;
echo "serving jekyll"
jekyll serve