feat: add link to commit history on updated articles (#109)

This commit is contained in:
Óscar
2023-08-15 02:02:23 +02:00
committed by GitHub
parent 0884370138
commit 0e3a4af49b
5 changed files with 58 additions and 0 deletions

View File

@@ -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.