Browse Source

different order of projects on the index site

master
Nils 3 years ago
parent
commit
2c28759bcb
  1. 2
      generate.bash

2
generate.bash

@ -15,7 +15,7 @@ cd temp
#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.
#Administration first, the processing!
PROJECTS=(laborejo patroneo vico fluajho agordejo) #The order here is the order on the page. Each of these gets its own entry.
PROJECTS=(laborejo patroneo agordejo fluajho vico) #The order here is the order on the page. Each of these gets its own entry.
PROJECTS_AS_STRING=$( IFS=$' '; echo "${PROJECTS[*]}" )

Loading…
Cancel
Save