Updated for the minimal homepage configuration

This commit is contained in:
Jeff MacKinnon 2024-03-06 11:06:57 -04:00
parent bb9b9f96e6
commit 886f892a89

View file

@ -46,6 +46,10 @@ SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff'
# Frontpage customization # 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 BANNER = True
TAGLINEHEAD = 'The cool headline' TAGLINEHEAD = 'The cool headline'
TAGLINESUBHEAD = 'The sub-header' 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 - [ ] Make installable
- [X] Create custom colours - [X] Create custom colours
- [ ] Figure out how to create a Dark Mode - [ ] Figure out how to create a Dark Mode
- [ ] Create a minimal homepage option
### Roadmap notes ### Roadmap notes