~sirodoht/liblimon

Simple online library web frontend

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sirodoht/liblimon
read/write
git@git.sr.ht:~sirodoht/liblimon

You can also use your local clone with git send-email.

#liblimon

Simple library frontend built with Zola.

Books served with nginx.

#Upload book

Books are uploaded in the /var/www/_books directory.

scp <filename> root@evey.sirodoht.com:/var/www/_books/
ssh root@evey.sirodoht.com 'cd /var/www/_books/ && du -sh *'

#Development

zola serve

#Deployment

./deploy.sh

#License

MIT