This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Releases: danielfdickinson/hugo-debug-tables
Releases · danielfdickinson/hugo-debug-tables
v0.3.4 Everything old is new again—enable use of Hugo 0.80.0
What's Changed
- Do updates and tweaks and manage todos by @danielfdickinson in #26
- Remove workaround no longer needed by @danielfdickinson in #27
- Fix repo name in README link text by @danielfdickinson in #28
- Update for better mobile experience by @danielfdickinson in #30
- Update scripts submodule 04 15 by @danielfdickinson in #31
- Update for vultr by @danielfdickinson in #32
- Enable 0.80.0 usage by @danielfdickinson in #33
Full Changelog: v0.3.3...v0.3.4
v0.3.3 Update theme module and CI action versions
What's Changed
- Update theme version, and CI by @danielfdickinson in #24
Full Changelog: v0.3.2...v0.3.3
v0.3.2 Genericize workflow so that forking is easier
What's Changed
- Remove unneeded package*.json and fix deploy by @danielfdickinson in #21
- Fix type in deploy secret for SFTP username by @danielfdickinson in #22
Full Changelog: v0.3.1...v0.3.2
v0.3.1 exampleSite Fixes and a no-op extraneii removal
What's Changed
- Disable sitemap generation by @danielfdickinson in #16
- Remove extraneous input on audit action by @danielfdickinson in #17
- Fix links on accessibility page by @danielfdickinson in #18
- Fix the link on accessibility page for real by @danielfdickinson in #19
Full Changelog: v0.3.0...v0.3.1
v0.3.0 Revived and refreshed after having archived
What's Changed
- Bump urijs from 1.19.7 to 1.19.8 by @dependabot in #6
- Bump nanoid from 3.1.30 to 3.3.1 by @dependabot in #7
- Update README to indicate ARCHIVED repo by @danielfdickinson in #8
- Add GitHub Workflow by @danielfdickinson in #10
- Add auto deploy on push to main by @danielfdickinson in #11
- Fix version of sftp deploy action to not use a 'v' by @danielfdickinson in #12
- Try a different SFTP deploy action to avoid extra checkout by @danielfdickinson in #13
- Fix baseURL by @danielfdickinson in #14
Full Changelog: v0.2.1...v0.3.0
Prepared for Adding to DFD Demo Site Theme
What's Changed
- Prepare to add debug tables to demo site theme by @danielfdickinson in #4
Full Changelog: 0.1.0...0.2.0
"It seems to work…" - Initial Release
About
A Hugo module / theme component that adds partials and a shortcode for displaying most variables available on pages generated by Hugo. See License for permissions for use.
Modern Hugo Only (as of 2021-03-20)
This module is built using assumptions that may require Hugo 0.81.0 or higher, and in any event those are the only versions on which it has been tested, at present.
Acknowledgements
Idea and initial HTML sources from
zwbetz-gh/starter-hugo-debug-site debug-table
Alternative Approaches
- Hugo Debug Bar
- This looks interesting as it is an overlay over the page, and the variables are curated rather than an alphabetical full dump.
- On the downside, it looks like more work to use this.
- Hugo Debug Print
See also Discussions on the Hugo forum, from the Hugo Debug Bar repository