cyberia headquarters
You cannot 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 1 year ago
site fix some weird whitespace 1 year ago
.gitignore In the beginning there was darkness 2 years ago
LICENSE In the beginning there was darkness 2 years ago
README In the beginning there was darkness 2 years ago
cronjob In the beginning there was darkness 2 years ago
cyberia.css captialize links and add new warning class that makes text red 1 year ago
make friday night crafting to saturday crafting and update links 1 year 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