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-decoration
more accessible by changing contrast - Add
FloatLeft
css class - Add
::selection
background color to match up with theme - Add scrolling for debug output
- Change the
title
andaria-label
for microposts to include the date and time. In the local copy of Hugo, an empty stringtitle
is automatically added. - Add styling to the top of the
list.html
to make it stand out. - Change the date format for the
time
used for published times. - Rearrange reply order options to be Micro.blog, Mastodon, and then email
- Add
articleSection
to list of classes for category tags on a post - Update
README.md
on previous releases
v1.3.07
- Add partials for upcoming mathematics support in Hugo. This can be seen when you toggle the
math
parameter. 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
li
marker color to--text-alt
in order to match header color - Change padding of
body
to utilize more space on smaller screens - add
text-shadow
toa.no-decoration
- Change logic for the debug flags
- Create stub for theme
example
folder - Temporarily add the
rsvp
shortcode to theme to remove extra whitespace when post is cross posted to mastodon