Releases: wildtechgarden/minimal-test-theme-hugo-wtg
v0.4.3 Add pre-commit, update docs, and more
What's Changed
- Add pre commit by @danielfdickinson in #45
- Update deploy workflow ot new action by @danielfdickinson in #46
- Update CSpell config and other tweaks by @danielfdickinson in #47
- Switch to deployment to TSI hosting by @danielfdickinson in #48
- Move test deployment to self-hosting by @danielfdickinson in #49
- Update readme and pre commit by @danielfdickinson in #50
- Add verbatim assets shortcode by @danielfdickinson in #51
Full Changelog: v0.4.2...v0.4.3
v0.4.2 Even more breaking changes
- 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 oftitle
function (so page titles are no longer title cased but only initial capital by default).
What's Changed
- Tweak theme.toml config file by @danielfdickinson in #40
- Add test deploy and quick real deploy by @danielfdickinson in #41
- Fix real deploy to wait until build complete by @danielfdickinson in #42
- Tweak and enhance by @danielfdickinson in #43
Full Changelog: v0.4.0...v0.4.2
v0.4.0 Repurpose theme; BREAKING (see notes for options)
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
- Repurpose as demo theme by @danielfdickinson in #37
- Tweak README by @danielfdickinson in #38
Full Changelog: v0.3.5...v0.4.0
v0.3.4 A kitchen sink release
What's Changed
- Make overriding sections of head easier by @danielfdickinson in #22
- Improve ability to integrate with metadata module by @danielfdickinson in #23
- Fix for homepage title in header by @danielfdickinson in #24
- Reorganize head and improve CSS for mobile by @danielfdickinson in #25
- Add deployment to VPS by @danielfdickinson in #26
- Update for deployment on live site by @danielfdickinson in #27
- Update CSS for better contrast on nav links by @danielfdickinson in #28
- Update CSS to fix status badges tap targets by @danielfdickinson in #29
- Make-titles-consistent-casing-style by @danielfdickinson in #30
- Fix higlighting current page on nav menu by @danielfdickinson in #31
- Update scripts submodule by @danielfdickinson in #32
- Prepare for a release by @danielfdickinson in #33
- Remove disabled weekly link check from README status by @danielfdickinson in #34
- Update link to wildtechgarden contact page by @danielfdickinson in #35
Full Changelog: v0.3.3...v0.3.4
v0.3.3 Accessibility and developer improvements
What's Changed
- Remove workaround for pages not backed by file by @danielfdickinson in #18
- For-v03-remove-workaround-for-pages-not-backed-by-file by @danielfdickinson in #19
- Do tweaks and update CSS for accessibility by @danielfdickinson in #20
Full Changelog: v0.3.2...v0.3.3
v0.3.2 Add v0.3 branch and reduce need to update on Actions updates
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
- Update action versions and add markdownlint by @danielfdickinson in #14
- Reduce updating for every tag or update by @danielfdickinson in #16
Full Changelog: v0.3.1...v0.3.2
v0.3.2-beta.1 Update actions versions for CI and add markdownlint
What's Changed
- Update action versions and add markdownlint by @danielfdickinson in #14
Full Changelog: v0.3.1...v0.3.2-beta.1
v0.3.1 Fix CI/dependabot complaints due to empty package*.json
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
- Fix empty package*.json bothers actions with npm by @danielfdickinson in #13
Full Changelog: v0.3.0...v0.3.1
v0.3.0 Initial release
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
- Do updates and add documentation by @danielfdickinson in #8
- Update version of actions used in workflows by @danielfdickinson in #9
- Bump urijs from 1.19.7 to 1.19.8 by @dependabot in #10
- Fix accessibility page and update actions by @danielfdickinson in #11
Full Changelog: v0.2.4...v0.3.0
v0.2.6-beta.2 Beta2; Update CI
What's Changed
- Update version of actions used in workflows by @danielfdickinson in #9
Full Changelog: v0.2.5-beta.1...v0.2.6-beta.2