diff --git a/build.sh b/build.sh index 35dadd1..ad5de78 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,7 @@ template () { echo "" echo "" echo "" + echo "" echo "$1" : "${inicio:=}" if test "$inicio" != true; then @@ -28,7 +29,7 @@ markdown () { outdir=build mkdir -p $outdir # Autocopiarnos :) -cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 "$outdir" +cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 ./*.svg "$outdir" index="$outdir/index.html" inicio=true header=false template "nulo.in" > "$index" diff --git a/cowboy.svg b/cowboy.svg new file mode 100644 index 0000000..f5d85b6 --- /dev/null +++ b/cowboy.svg @@ -0,0 +1 @@ + \ No newline at end of file