cyberia.club
Go to file
Misha Hawthorn 4e3668b612
Add 2024 congress dates
2023-10-29 13:01:05 -05:00
site Add 2024 congress dates 2023-10-29 13:01:05 -05:00
.gitignore ignore vscode 2022-11-03 13:40:55 -05:00
LICENSE In the beginning there was darkness 2020-02-25 17:05:12 -06:00
README minor updates 2020-03-10 14:05:48 -05:00
cronjob make cronjob less noisy 2023-05-08 18:53:58 -07:00
cyberia.css update donate page 2021-12-18 01:55:17 -06:00
make updating blog link to new blogging site 2023-07-13 14:56:33 -05:00

README

Website for Cyberia.

https://cyberia.club

to build the site, try ./make ;0

to install it on a webserver, do something like

-> mkdir -p /var/www/cyberia.club
-> git clone https://git.cyberia.club/services/website \
   /var/www/cyberia.club
-> echo '* * * * * root /var/www/cyberia.club/cronjob' > \
   /etc/cron.d/website-sync