fix naming error on nginx
This commit is contained in:
parent
369f7731d7
commit
50e7b3e633
4 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ draft: false
|
||||||
* Codeberg: [@brysonsteck](https://codeberg.org/brysonsteck)
|
* Codeberg: [@brysonsteck](https://codeberg.org/brysonsteck)
|
||||||
* GitHub: [@brysonsteck](https://github.com/brysonsteck) (I do not use this for hosting my projects anymore.)
|
* GitHub: [@brysonsteck](https://github.com/brysonsteck) (I do not use this for hosting my projects anymore.)
|
||||||
* Email: [me@brysonsteck.xyz](mailto:me@brysonsteck.xyz)
|
* Email: [me@brysonsteck.xyz](mailto:me@brysonsteck.xyz)
|
||||||
* PGP Public Key: [A0858B7204DC5DDD](/publickey.txt)
|
* PGP Public Key: [A0858B7204DC5DDD](/pgpkey.txt)
|
||||||
* Blog RSS: [Here](/blog/index.xml)
|
* Blog RSS: [Here](/blog/index.xml)
|
||||||
|
|
||||||
## Job Opportunities
|
## Job Opportunities
|
||||||
|
|
2
deploy
2
deploy
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
hugo && rsync -avz --delete public/ blackbox:/var/www/hugo
|
hugo && rsync -avz --delete public/ paul:/var/www/hugo
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<span><a href="/blog/index.xml">Blog RSS</a><br></span>
|
<span><a href="/blog/index.xml">Blog RSS</a><br></span>
|
||||||
<span>Codeberg: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span>
|
<span>Codeberg: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span>
|
||||||
<span>Email: <a href="mailto:me@brysonsteck.xyz">me@brysonsteck.xyz</a><br></span>
|
<span>Email: <a href="mailto:me@brysonsteck.xyz">me@brysonsteck.xyz</a><br></span>
|
||||||
<span>PGP: <a href="/publickey.txt">A0858B7204DC5DDD</a><br></span>
|
<span>PGP: <a href="/pgpkey.txt">A0858B7204DC5DDD</a><br></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue