Merge branch 'master' of codeberg.org:brysonsteck/website
This commit is contained in:
commit
4c48d22a0c
3 changed files with 4 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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)
|
||||
|
|
3
deploy
3
deploy
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
hugo && rsync -avz --delete public/ paul:/var/www/hugo
|
Loading…
Add table
Reference in a new issue