Browse Source

tembro

master
Nils 2 years ago
parent
commit
ea166cf1e5
  1. 3
      generate.bash
  2. BIN
      static/screenshots/tembro.apng

3
generate.bash

@ -15,7 +15,7 @@ cd temp
#We loop over all projects several times, each stage of the generation. #We loop over all projects several times, each stage of the generation.
#Instead of doing one project fully at a time, creating one giant nested loop. #Instead of doing one project fully at a time, creating one giant nested loop.
#Administration first, the processing! #Administration first, the processing!
PROJECTS=(laborejo patroneo agordejo fluajho) #The order here is the order on the page. Each of these gets its own entry. PROJECTS=(laborejo tembro patroneo agordejo fluajho) #The order here is the order on the page. Each of these gets its own entry.
PROJECTS_AS_STRING=$( IFS=$' '; echo "${PROJECTS[*]}" ) PROJECTS_AS_STRING=$( IFS=$' '; echo "${PROJECTS[*]}" )
@ -110,4 +110,3 @@ if [ -d "../html" ]; then
echo "It looks like we are on a host. Deploying website" echo "It looks like we are on a host. Deploying website"
cp -r out/. ../html #copy all, including hidden. This will not replace the html symlink . Do NOT use cp -a, this will screw up file permissions cp -r out/. ../html #copy all, including hidden. This will not replace the html symlink . Do NOT use cp -a, this will screw up file permissions
fi fi

BIN
static/screenshots/tembro.apng

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Loading…
Cancel
Save