From f514edb52d77467b0a6f64a7d03fd859d2f784e5 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Tue, 18 Mar 2025 16:07:00 +0100 Subject: [PATCH] fix: change remote repository url --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 2d82583..fb44927 100644 --- a/config.toml +++ b/config.toml @@ -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.