cyberia headquarters
Go to file
forest 46f36ea14a add favicon and fix bg image 2024-04-20 01:22:49 -05:00
site add favicon and fix bg image 2024-04-20 01:22:49 -05:00
.gitignore In the beginning there was darkness 2022-01-11 01:23:54 +00:00
LICENSE In the beginning there was darkness 2022-01-11 01:23:54 +00:00
README 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 favicon and fix bg image 2024-04-20 01:22:49 -05:00
make add favicon and fix bg image 2024-04-20 01:22:49 -05:00

README

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