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
|
#!/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
|
exit 0
|
||||||
|
|
|
@ -17,10 +17,10 @@ defaultContentLanguage = 'es'
|
||||||
color = "#50fa7b"
|
color = "#50fa7b"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 0
|
key = 0
|
||||||
name = "gitlab"
|
name = "forgejo"
|
||||||
url = "https://gitlab.com/putridpete"
|
url = "https://git.peterdominguez.art/peter"
|
||||||
target = "_blank"
|
target = "_blank"
|
||||||
aria = "Perfil de Gitlab"
|
aria = "Perfil de Forgejo"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
key = 1
|
key = 1
|
||||||
|
@ -59,7 +59,7 @@ defaultContentLanguage = 'es'
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "fuente"
|
name = "fuente"
|
||||||
weight = 3
|
weight = 3
|
||||||
url = "https://gitlab.com/putridpete/hugo-website"
|
url = "https://git.peterdominguez.art/peter/peterdominguez.art"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "rss"
|
name = "rss"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue