update links with forgejo and change script to reflect new work directory
This commit is contained in:
parent
599d541e85
commit
1b6959eb13
2 changed files with 5 additions and 5 deletions
2
deploy
2
deploy
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/hugo-website/public debian11:/var/www/peterspage
|
||||
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/peterdominguez.art/public debian11:/var/www/peterspage
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -17,10 +17,10 @@ defaultContentLanguage = 'es'
|
|||
color = "#50fa7b"
|
||||
[[params.social]]
|
||||
key = 0
|
||||
name = "gitlab"
|
||||
url = "https://gitlab.com/putridpete"
|
||||
name = "forgejo"
|
||||
url = "https://git.peterdominguez.art/peter"
|
||||
target = "_blank"
|
||||
aria = "Perfil de Gitlab"
|
||||
aria = "Perfil de Forgejo"
|
||||
|
||||
[[params.social]]
|
||||
key = 1
|
||||
|
@ -59,7 +59,7 @@ defaultContentLanguage = 'es'
|
|||
[[menu.header]]
|
||||
name = "fuente"
|
||||
weight = 3
|
||||
url = "https://gitlab.com/putridpete/hugo-website"
|
||||
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
|
||||
[[menu.header]]
|
||||
name = "rss"
|
||||
weight = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue