/ site / build.sh
build.sh
 1  #!/bin/bash
 2  
 3  set -euo pipefail
 4  
 5  if [ ! -d ./themes ]; then
 6      git clone https://github.com/imfing/hextra.git ./themes/hextra
 7      git -C ./themes/hextra checkout v0.11.1
 8  fi
 9  
10  hugo build -b https://teleghosts.app
11  
12  cd ./public
13  rm favicon* site.webmanifest index.html 404.html android-* apple-*
14  rm -rf ./casts ./images ./media
15  cp -R ../index.html ../site.webmanifest ../aurora.js ../media/ ../landing.css ./
16  mv media/favicon* media/android-* media/apple-* ./