diff --git a/.woodpecker/.hugo-build.yml b/.woodpecker/.hugo-build.yml index 18c11a3..91adbcd 100644 --- a/.woodpecker/.hugo-build.yml +++ b/.woodpecker/.hugo-build.yml @@ -4,7 +4,7 @@ steps: commands: - hugo --destination /woodpecker/build/ --minify --cleanDestinationDir volumes: - - /srv/woodpecker-cache/vrifox.cc:/woodpecker/src/code.cozy.town/vrifox/website/resources/_gen + - /srv/woodpecker-cache/vrifox.eu:/woodpecker/src/code.cozy.town/vrifox/website/resources/_gen when: - branch: main event: [push, pull_request_closed, manual] @@ -12,9 +12,9 @@ steps: build-dev: image: code.cozy.town/vrifox/hugoci:latest commands: - - hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.cc/" --cleanDestinationDir + - hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.eu/" --cleanDestinationDir volumes: - - /srv/woodpecker-cache/vrifox.cc:/woodpecker/src/code.cozy.town/vrifox.cc/website/resources/_gen + - /srv/woodpecker-cache/vrifox.eu:/woodpecker/src/code.cozy.town/vrifox.eu/website/resources/_gen when: - branch: exclude: main @@ -27,7 +27,7 @@ steps: - echo "$${DEPLOY_BOT_SSH_KEY}" > /root/.ssh/id_ed25519 - chmod 400 /root/.ssh/id_ed25519 - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config - - rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.cc/ --mkpath --checksum + - rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.eu/ --mkpath --checksum environment: DEPLOY_BOT_SSH_KEY: from_secret: deploy_bot_ssh_key @@ -42,8 +42,8 @@ steps: - echo "$${DEPLOY_BOT_SSH_KEY}" > /root/.ssh/id_ed25519 - chmod 400 /root/.ssh/id_ed25519 - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config - - rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/vrifox.cc-dev/ --mkpath --checksum - - echo "The preview is now available on https://dev.vrifox.cc/" + - rsync -rv --delete -e "ssh -p 42824 -i /root/.ssh/id_ed25519" /woodpecker/build/ deploy-bot@cozytown-main.cozy.town:/srv/http/dev.vrifox.eu/ --mkpath --checksum + - echo "The preview is now available on https://dev.vrifox.eu/" environment: DEPLOY_BOT_SSH_KEY: from_secret: deploy_bot_ssh_key diff --git a/README.md b/README.md index 5ac71aa..121abbe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ [![status-badge](https://make.cozy.town/api/badges/vrifox/website/status.svg)](https://make.cozy.town/vrifox/website) -Source code of my website [vrifox.cc](https://vrifox.cc). +Source code of my website [www.vrifox.eu](https://www.vrifox.eu). diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 05a5675..d6b3fb6 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -1,4 +1,4 @@ -baseURL: "https://vrifox.cc/" +baseURL: "https://www.vrifox.eu/" title: "Vris Cute Corner" enableRobotsTXT: false @@ -28,4 +28,4 @@ markup: unsafe: true disableKinds: - - sitemap \ No newline at end of file + - sitemap diff --git a/content/blog/theme-for-gitea/index.de.md b/content/blog/theme-for-gitea/index.de.md index 8e765eb..051d56c 100644 --- a/content/blog/theme-for-gitea/index.de.md +++ b/content/blog/theme-for-gitea/index.de.md @@ -14,7 +14,7 @@ description: "Mein neues Gitea-Theme scheint benutzbar zu sein, solange man nich slug: "theme-für-gitea" --- -Mein – [ebenfalls neues](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea-Theme scheint benutzbar zu sein, solange man nicht angemeldet ist. +Mein – [ebenfalls neues](https://www.vrifox.eu/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea-Theme scheint benutzbar zu sein, solange man nicht angemeldet ist. ![So sah meine Gitea-Instanz im September 2020 aus](2020-09-29-git.vrifox.cc-2020-09.jpg) diff --git a/content/blog/theme-for-gitea/index.en.md b/content/blog/theme-for-gitea/index.en.md index 15a11a8..80fedf9 100644 --- a/content/blog/theme-for-gitea/index.en.md +++ b/content/blog/theme-for-gitea/index.en.md @@ -13,7 +13,7 @@ draft: false description: "My new Gitea theme appears to be usable, as long as you're not logged in." --- -My – [also new](https://vrifox.cc/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea theme appears to be usable, as long as you're not logged in. +My – [also new](https://www.vrifox.eu/blog/2020/vrifox.cc-rewritten-using-a-static-site-generator/) – Gitea theme appears to be usable, as long as you're not logged in. ![My Gitea instance as it appeared in September 2020](2020-09-29-git.vrifox.cc-2020-09.jpg)