✨ feat: add link to commit history on updated articles (#109)
This commit is contained in:
11
theme.toml
11
theme.toml
@@ -26,6 +26,17 @@ language_name.ca = "Català"
|
||||
language_name.en = "English"
|
||||
language_name.es = "Español"
|
||||
|
||||
# Remote repository for your Zola site.
|
||||
# Only used to link to the commit history of updated posts, right next to the updated date.
|
||||
# Supports GitHub, GitLab and Gitea.
|
||||
remote_repository_url = "https://github.com/welpo/tabi"
|
||||
# Set this to "auto" to try and auto-detect the platform based on the repository URL.
|
||||
# Accepted values are "github", "gitlab", and "gitea".
|
||||
# Defaults to "auto".
|
||||
remote_repository_git_platform = "auto"
|
||||
# Branch in the repo hosting the Zola site. Defaults to "main".
|
||||
remote_repository_branch = "main"
|
||||
|
||||
# Enable JavaScript theme toggler to allow users to switch between dark/light mode.
|
||||
# Also enables automatic switching based on user's OS-level theme settings.
|
||||
# If disabled, your site will only use the theme specified in the `default_theme` variable.
|
||||
|
Reference in New Issue
Block a user