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.
 
 
Go to file
j3s 34a32ae238
make cronjob less noisy
7 months ago
site consistent indentation on main page 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 make cronjob less noisy 7 months ago
cyberia.css remove text-transform: capitalize 1 year ago
make long url consuming capture group docile -> fix last char missing 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