Compare commits

...

2 Commits

2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,6 @@
serve:
python -m http.server
publish:
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'
rsync --delete --recursive * root@themagician.cc:/var/www/themagician.cc/html/
ssh root@themagician.cc 'chown -R www:www /var/www/themagician.cc/html/'
ssh root@themagician.cc 'chcon -vR system_u:object_r:httpd_sys_content_t:s0 /var/www/themagician.cc/'

View File

@ -56,7 +56,11 @@
<h2>Links</h2>
<p><a href="https://git.themagician.cc">Personal Projects (Gitea)</a></p>
<p><a href="https://github.com/TheMagician23">Open-Source Contributions (Github)</a></p>
<p><a href="https://www.youtube.com/channel/UCkG21Ug-DAj4i1C_TpWIlbQ">Tutorials (Youtube)</a></p>
</div>
<div>
<h2>Contact me</h2>
<p><a href="mailto:themagician@engineer.com">Email: themagician@engineer.com</a></p>
</div>
</div>
</div>