cyberia headquarters https://layerze.ro
Find a file
2025-04-03 00:27:59 +00:00
site update matrix link on street address page 2025-04-03 00:27:59 +00:00
.gitignore In the beginning there was darkness 2022-01-11 01:23:54 +00:00
cronjob make cronjob less noisy 2023-05-08 18:54:32 -07:00
cyberia.css add basic financial info for now 2025-01-10 20:08:33 -06:00
LICENSE In the beginning there was darkness 2022-01-11 01:23:54 +00:00
make remove saturday crafting, add membership timeline, push contact info 2025-01-10 18:31:56 -06:00
README In the beginning there was darkness 2022-01-11 01:23:54 +00:00

Website for Layer Zero

https://layerze.ro

to build the site, try ./make

to install it on a webserver, do something like

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