cyberia headquarters
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
WesleyParriott fa0bab8211
fix some weird whitespace
10 months ago
site fix some weird whitespace 10 months ago
.gitignore In the beginning there was darkness 1 year ago
LICENSE In the beginning there was darkness 1 year ago
README In the beginning there was darkness 1 year ago
cronjob In the beginning there was darkness 1 year ago
cyberia.css captialize links and add new warning class that makes text red 10 months ago
make friday night crafting to saturday crafting and update links 10 months ago

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