cyberia headquarters
Go to file
WesleyParriott fa0bab8211 fix some weird whitespace 2022-06-11 22:14:14 -05:00
site fix some weird whitespace 2022-06-11 22:14:14 -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 In the beginning there was darkness 2022-01-11 01:23:54 +00:00
cyberia.css captialize links and add new warning class that makes text red 2022-06-11 16:00:50 -05:00
make friday night crafting to saturday crafting and update links 2022-06-11 16:00:21 -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