add ff template

This commit is contained in:
2022-10-12 13:59:19 +02:00
parent 7c5298a4b2
commit 05e6eaa2e4
152 changed files with 1066 additions and 2035 deletions

6
build.sh Normal file → Executable file
View File

@@ -1,10 +1,6 @@
echo "Starting build..."
# TODO: Check if current version is latest to avoid redundant installation
if [[ -f "tailwindcss" ]]
then
rm tailwindcss
fi
# checks os and architecture for correct release
# https://stackoverflow.com/a/8597411
@@ -40,5 +36,3 @@ echo "Compiling tailwindcss and building zola project..."
rm -rf public static/css
./tailwindcss -i css/index.css -o ./static/css/index.css --minify
zola build