summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 15:08:10 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 15:08:10 -0400
commitbe291e00c2aeeb725f662562db11063e2fe25833 (patch)
treee06a1df810f98d8bc012f2bd7693a5d83f57dd18 /build.sh
parent263c420046b5ab31e32dd0cdd935ea91dc0b3171 (diff)
downloadsite-be291e00c2aeeb725f662562db11063e2fe25833.tar.gz
site-be291e00c2aeeb725f662562db11063e2fe25833.zip
dos2unix
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/build.sh b/build.sh
index 7172758..1b18051 100755
--- a/build.sh
+++ b/build.sh
@@ -1,11 +1,11 @@
-#!/bin/bash
-
-shopt -s globstar
-
-cp -r static/* out
-
-for i in **/*.md; do
- mkdir -p "out/$(dirname $i)"
- pandoc -s --katex -s -c style.css -B template/header.html \
- -A template/footer.html "$i" -o "out/${i%.*}.html"
-done
+#!/bin/bash
+
+shopt -s globstar
+
+cp -r static/* out
+
+for i in **/*.md; do
+ mkdir -p "out/$(dirname $i)"
+ pandoc -s --katex -s -c style.css -B template/header.html \
+ -A template/footer.html "$i" -o "out/${i%.*}.html"
+done