From 963a18980f6c15f49d64856eced4449e00f2fcb7 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 3 Jul 2024 17:57:46 -0700 Subject: [PATCH] Document file_history_url config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4653219c..019793c7 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ color_scheme = "auto" # Must be "auto", "dark", or "light" date_format = ":date_long" # Hugo date format external_link_new_tab = false # Open external links in new tabs file_edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s" +file_history_url = "" # Example: "https://github.com/account/project/commits/master/content/%s" keyword_style = "text" # Must be "text" or "pills" math = false # Enable math typesetting menu_style = "links" # Must be "links", "pills", "tabs", or "underline"