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

Releases: wildtechgarden/minimal-test-theme-hugo-wtg

v0.4.3 Add pre-commit, update docs, and more

08 Sep 15:29
v0.4.3
e641963
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Even more breaking changes

09 Aug 21:29
v0.4.2
bf3b5c4
Compare
Choose a tag to compare
  • 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

v0.4.0 Repurpose theme; BREAKING (see notes for options)

09 Aug 04:24
v0.4.0
9a49780
Compare
Choose a tag to compare

Repurpose theme as a demo/test theme

For demo and test of modules rather than primarily a minimal reproducible test case theme.

Alternatives

See the README for options if you need a minimal reproducible test case theme.

What's Changed

Full Changelog: v0.3.5...v0.4.0

v0.3.4 A kitchen sink release

12 Jul 08:01
v0.3.4
af3b8e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3 Accessibility and developer improvements

05 Apr 08:49
v0.3.3
0cef3bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2 Add v0.3 branch and reduce need to update on Actions updates

04 Apr 20:21
v0.3.2
2538155
Compare
Choose a tag to compare

Reduces manual updates

  • Add a v0.3 branch for those who want to depend on latest stable
  • Reduce our need to update this repo to get our own Actions updates
  • Should reduce release/tag thrashing/noise.

What's changed

Full Changelog: v0.3.1...v0.3.2

v0.3.2-beta.1 Update actions versions for CI and add markdownlint

27 Mar 01:33
v0.3.2-beta.1
8e9f3d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2-beta.1

v0.3.1 Fix CI/dependabot complaints due to empty package*.json

07 Mar 04:17
v0.3.1
7957e2b
Compare
Choose a tag to compare

This is a minor bug fix release so that dependabot and GitHub actions with NPM don't complain about empty or non-existent package*.json.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Initial release

27 Feb 18:38
v0.3.0
3c1c01c
Compare
Choose a tag to compare

Overview

This theme is not intended to be used as a normal theme. It is intended as a framework for creating minimal reproducible test cases. As such, one does not simply drop it in a site, but rather creates a repository specifically designed to isolate and demonstrate the issue one is facing.

Documentation in is in the README

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.6-beta.2 Beta2; Update CI

13 Feb 00:39
v0.2.6-beta.2
43b2f58
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.2.5-beta.1...v0.2.6-beta.2