~ashn/site

My personal website
Update "Dead Simple Testing for Programming Language Projects"
Add blog idea about N-in-1 shower product
Update "Dead Simple Testing for Programming Language Projects"

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ashn/site
read/write
git@git.sr.ht:~ashn/site

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

#ASHN'S PERSONAL WEBSITE

#Deploy Locally Over HTTP

$ ./build.bash && (cd out/ && python3 -m http.server)

#Deploy to Server

$ ./build.bash
$ scp -r out/* USER@SERVER:/var/www/html/

#Server Setup

After adding your SSH public key to ~/.ssh/authorized_keys update /etc/ssh/sshd_config to contain the settings:

PermitRootLogin yes
PasswordAuthentication no
Do not follow this link