Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

v0.4.2 Even more breaking changes

Compare
Choose a tag to compare
@danielfdickinson danielfdickinson released this 09 Aug 21:29
· 119 commits to main since this release
v0.4.2
bf3b5c4
  • Switch spaces to tabs:
    Until recently I was 'spaces over tabs' developer, but I recently read a blog post by Bruce Wray about the accessibility argument for tabs over spaces and followed the links he gave, and the ability of tabs to be handled by braille or screen reader devices (or users who need to zoom their displays) is more than just 'taste' but can in fact be a huge win for 'getting stuff done'. That major sites don't handle tabs well in code blocks is a reflection on poor site design, and should not be excused or catered to.
  • Attempt to add a French translation
    So now exampleSite uses multilingual mode
  • In CSS, use border-box for block level elements but content-box elsewhere. This alters the rendering.
  • archetypes now use Hugo's humanize instead of title function (so page titles are no longer title cased but only initial capital by default).

What's Changed

Full Changelog: v0.4.0...v0.4.2