From 886f892a890447f50841441669efb829b8d676ef Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 6 Mar 2024 11:06:57 -0400 Subject: [PATCH] Updated for the minimal homepage configuration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b1d508..0befdce 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff' # Frontpage customization # + +#MINIMAL = True # If True the homepage will use the 'minimal_homepage.html template. +# If minimal is set to true, the other configuration options below don't do anything. + BANNER = True TAGLINEHEAD = 'The cool headline' TAGLINESUBHEAD = 'The sub-header' @@ -149,6 +153,7 @@ In order of percieved importance, but not in the order that I will get them done - [ ] Make installable - [X] Create custom colours - [ ] Figure out how to create a Dark Mode +- [ ] Create a minimal homepage option ### Roadmap notes