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.