1
0
Fork 0
cyberia.club
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.
 
 
 
Zico 1c86ff4872 moving /blog to /blog-old as another archive 3 months ago
site moving /blog to /blog-old as another archive 3 months ago
.gitignore ignore vscode 11 months ago
LICENSE In the beginning there was darkness 4 years ago
README minor updates 4 years ago
cronjob make cronjob less noisy 5 months ago
cyberia.css update donate page 2 years ago
make updating blog link to new blogging site 3 months ago

README

Website for Cyberia.

https://cyberia.club

to build the site, try ./make ;0

to install it on a webserver, do something like

-> mkdir -p /var/www/cyberia.club
-> git clone https://git.cyberia.club/services/website \
   /var/www/cyberia.club
-> echo '* * * * * root /var/www/cyberia.club/cronjob' > \
   /etc/cron.d/website-sync