add a copy of the script

trunk
vilmibm 2022-09-08 18:30:58 +00:00
parent ae0bbce795
commit dd8ec0f911
1 changed files with 10 additions and 0 deletions

10
generate_homepage 100644
View File

@ -0,0 +1,10 @@
#!/bin/bash
set -e
#/town/src/townstats/townstats | /usr/local/bin/mustache /town/src/tildetown-scripts/tildetown/templates/frontpage.html > /var/www/tilde.town/index.html
cd /town/src/tilde.town
/usr/bin/go run genblog.go > blog.html
/usr/bin/go run genusers.go > users.html
/bin/cp index.html blog.html users.html blog.css style.css /var/www/tilde.town/