From c4be19af5fd19856c700be7277573e5a3f5ce42b Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 29 Apr 2024 17:52:09 +0300 Subject: [PATCH] Add some bare-bones configuration in theme.toml (fix #21) --- theme.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme.toml b/theme.toml index 2690aa5..2b55096 100644 --- a/theme.toml +++ b/theme.toml @@ -6,6 +6,14 @@ min_version = "0.17.2" demo = "https://daudix.codeberg.page/duckquill" [extra] +primary_color = "#9a9996" +primary_color_alpha = "rgba(154, 153, 150, 0.2)" +date_format = "%d %B %Y" +issues_url = "" +source_url = "" + +[extra.nav] +links = [] [author] name = "David Lapshin"