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