cyberia headquarters
Find a file
2022-01-11 01:34:33 +00:00
site Formatting and links 2022-01-11 01:34:33 +00:00
.gitignore In the beginning there was darkness 2022-01-11 01:23:54 +00:00
cronjob In the beginning there was darkness 2022-01-11 01:23:54 +00:00
cyberia.css 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
make Formatting and links 2022-01-11 01:34:33 +00: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