about summary refs log tree commit diff stats
path: root/compile.sh
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 01:57:05 -0700
committerCase Duckworth2015-03-03 01:57:05 -0700
commiteb2d7b8c77b5d058032dd8c5ce7491a9bd81ccbb (patch)
tree23d69f2f0414a08c87b8dbdd38fa28f406fe0a3a /compile.sh
parentRemove link underline for external links (diff)
downloadautocento-eb2d7b8c77b5d058032dd8c5ce7491a9bd81ccbb.tar.gz
autocento-eb2d7b8c77b5d058032dd8c5ce7491a9bd81ccbb.zip
Standardize h2s
Diffstat (limited to 'compile.sh')
-rw-r--r--compile.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/compile.sh b/compile.sh index da7cc4b..7e48f6e 100644 --- a/compile.sh +++ b/compile.sh
@@ -20,11 +20,6 @@ mv src/*.html ./
20echo "Finished compiling $num files." 20echo "Finished compiling $num files."
21############################################### 21###############################################
22echo 22echo
23echo "Adding class=\"external\" to external links ..."
24sed -i 's,<a href="\(http://.*\)">,<a href="\1" class="external">,g' *.html
25echo "Finished."
26###############################################
27echo
28echo "Updating js/lozenge.js with file list ..." 23echo "Updating js/lozenge.js with file list ..."
29 24
30lozengeList=( $(ls *.html | grep -v '\(_template\|loremipsum\|ipsumlorem\)') ) 25lozengeList=( $(ls *.html | grep -v '\(_template\|loremipsum\|ipsumlorem\)') )