diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-05 22:49:05 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-01-05 22:49:05 -0700 |
commit | 93e65c6299324362fe9d0938ae6b0a4ad80e676f (patch) | |
tree | 310ac8eb1d9db133fd945f31cddc462b85103cd7 | |
parent | 29fe769b1e40f267c19faf3192f21910f15f4a81 (diff) | |
download | website-93e65c6299324362fe9d0938ae6b0a4ad80e676f.tar website-93e65c6299324362fe9d0938ae6b0a4ad80e676f.tar.gz website-93e65c6299324362fe9d0938ae6b0a4ad80e676f.tar.bz2 |
new tor link, remove deploy script because its too simple :p
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | deploy | 3 |
3 files changed, 4 insertions, 4 deletions
@@ -18,3 +18,6 @@ hugo.linux # Vim Swapfiles *.swp *.swo + +# deploy script +./deploy @@ -2,4 +2,4 @@ A simple blog and project showcase website built with Hugo. -Hosted at [brysonsteck.xyz](https://brysonsteck.xyz) (or [here](http://ov7yfvdk2fm6rabssjnzto4ima6kzowxrilyhs7dax54n4pykj5wq5ad.onion) if you're based) +Hosted at [brysonsteck.xyz](https://brysonsteck.xyz) (or [here](http://pjovpqngygjscmvhqxlj7wcnjmgkpaepty7gpmnl2z2fix5c7rwfatyd.onion/) if you're based) @@ -1,3 +0,0 @@ -#!/bin/sh - -hugo && rsync -avz --delete public/ blackbox:/var/www/hugo |