fix: change remote repository url
All checks were successful
renovate / renovate (push) Successful in 29s
Build and Deploy / Build-Container-Image (push) Successful in 29s

This commit is contained in:
Alex Wellnitz 2025-03-18 16:07:00 +01:00
parent 9f12c67dd7
commit f514edb52d

View File

@ -101,10 +101,10 @@ stylesheets = []
# Remote repository for your Zola site.
# Used for `show_remote_changes` and `show_remote_source` (see below).
# Supports GitHub, GitLab, Gitea, and Codeberg.
remote_repository_url = "https://github.com/alexohneander/alexohneander-zola"
remote_repository_url = "https://git.dev-null.rocks/alexohneander/alexohneander-zola"
# Set this to "auto" to try and auto-detect the platform based on the repository URL.
# Accepted values are "github", "gitlab", "gitea", and "codeberg".
remote_repository_git_platform = "auto" # Defaults to "auto".
remote_repository_git_platform = "gitea" # Defaults to "auto".
# Branch in the repo hosting the Zola site.
remote_repository_branch = "main" # Defaults to "main".
# Show a link to the commit history of updated posts, right next to the last updated date.