fix: change remote repository url
This commit is contained in:
parent
9f12c67dd7
commit
f514edb52d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user