Woke up feeling sick and canβt go back to sleep.
Olives π« on pizza are overrated.
πΊ Death in Paradise (Season 13) - β β β β β
I feel that this is one of the better seasons of the show. In this one, they move away from the constantly having our detective doing practically everything while the supporting cast chimes in occasionally. You get a feeling that they are more of a team and the other actors get a chance to show that they can… well.. act.
Except for Marlon, who I’ve never liked as a character.
But that could just be because he’s the Dwayne replacement that was never MY Dwayne.
Still, this is a murder of the week show and it doesn’t go to far from that. My wife and I like to watch it before bed; I think it might be comforting to know that the evildoers get caught and justice is served. Here is a link to Death in Paradise (2011) on the Movie Database.
Also, if you are interested here is a link to this season’s trailer on YouTube.
One last bit, there is an article on how and why they remastered the theme song.
I sat down and thought “I’m going to implement this into the theme” ..
And decided not to.
Instead, I’ll be doing a project review and making progress on the things that I’ve already said I was going to do.
How weβre approaching theming with modern CSS - Piccalilli
We've started a new project which requires heavy, creative theming, so I made a prototype to test some ideas out.
I really like this article as it breaks down the reasoning of why they are doing what they are doing. It has some examples that you can follow along with and leaves me thinking about how I can take this knowledge into my own development.
Discovered via Andy Bell
Ok, I’ll say it. I’m not a fan of phones any more. It feels like I very rarely get anything useful from incoming calls. Just scams and other distractions.
How I decide what coffee to drink [Diagram] | James' Coffee Blog
James has been doing a lot of cool things on his blog. I feel that you should really check him out and everyone else in the IndieWeb WebRing.
I love diagrams and my heart almost jumped out of my chest as he .
I thought what better way to learn more about using Mermaid than to make a chart that shows how I decide what coffee to drink!
I haven’t really used Mermaid since I included the renderhooks it for the theme that I use for my blog. So, I was excited to have an opportunity to use it.
flowchart TD
accTitle: How do I brew my coffee
accDescr: This is a process on how I determine what kind of coffe to drink
A{Am I brewing coffee at home, or am I on the go?}
A --> B[Home]
A --> C[On the Go]
B --> D[Black]
C --> E{Am I going to Starbucks}
E -->|No| D[Black]
E -->|Yes| G[Water]
How do you make your coffee?
I’ve been attempting to post most and “just get stuff out there”. Unfortunately, I’m not too happy with the formatting of the posts themselves so I’m at an impasse on what the next step …
Other than writing this…
Why I Care Deeply About Web Accessibility And You Should Too - DEV Community
This talks about the access portion of accessibility. It's something that I think about for the base portion of my theme and I hope that you'll read it and spread the message.
Labarum: It's about Time
This release is mostly centered around cleaning up different edge cases in the theme. This the first time in several point releases where I’ve made a change to the HTML structure. The release before (V1.3.07) was an addition to the theme that we won’t be seeing on Micro.blog until we update Hugo. I feel a bit of accomplishment in the fact that I didn’t see a need to.
Here are all the changes from the README.md that I haven’t blogged about.
v1.3.08
- Adjust fonts
- Make the
a.no-decorationmore accessible by changing contrast - Add
FloatLeftcss class - Add
::selectionbackground color to match up with theme - Add scrolling for debug output
- Change the
titleandaria-labelfor microposts to include the date and time. In the local copy of Hugo, an empty stringtitleis automatically added. - Add styling to the top of the
list.htmlto make it stand out. - Change the date format for the
timeused for published times. - Rearrange reply order options to be Micro.blog, Mastodon, and then email
- Add
articleSectionto list of classes for category tags on a post - Update
README.mdon previous releases
v1.3.07
- Add partials for upcoming mathematics support in Hugo. This can be seen when you toggle the
mathparameter. This has been defaulted to false until v0.122 is available. Demos can be seen on the MathJax demo page. - Use Modern Font Stacks. Matt Langford discussed this on the Tiny Theme page on fonts. I really liked his implementation and you should check it out!
v1.3.06
- Change the
limarker color to--text-altin order to match header color - Change padding of
bodyto utilize more space on smaller screens - add
text-shadowtoa.no-decoration - Change logic for the debug flags
- Create stub for theme
examplefolder - Temporarily add the
rsvpshortcode to theme to remove extra whitespace when post is cross posted to mastodon