-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51dae66
commit 7b8bda1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Light Mode in Progress" | ||
date: 2023-06-11T21:59:37-6:00 | ||
# last_modified_at: | ||
excerpt: "Today's work on putting together a light mode." | ||
categories: | ||
- notes | ||
tags: | ||
- | ||
toc: false | ||
published: true | ||
--- | ||
|
||
Today—the day after I finished up a "16 weeks condensed into 4" Spanish class—I happened to read some folks on Mastodon talking about [light themes](https://social.pixie.town/@joepie91/110526984317454201) on websites. | ||
|
||
I've been wanting to add one to my site for years, my brain apparently wanted a project I could reasonably accomplish in a day, and I vaguely remebered having seen other [Minimal Mistakes theme users discussing how to implement this](https://github.com/mmistakes/minimal-mistakes/discussions/2033#discussioncomment-257421). | ||
|
||
Thus far today I've managed to have my Jekyll-based site correctly generate two different themes: the one I've been using for years and another one that's basically the default theme with a couple of colors switched out. That's a success! | ||
|
||
It also puts down foundation for adding a toggle. That's successfully building toward a future success! | ||
|
||
There are going to be some surprises along the way to a fully-featured light mode, such as noticing **and also fixing** the fact that the Bigfoot pop-up colors aren't really legible at the moment. I'll need to figure out how many of these things I can avoid hard-coding in the future. But it's nice to finally work on it, even if doing so was somewhat of a surprise today. |