chore: standardize with the other THectic microsite repos - #107
Merged
Merged
Conversation
Brings Scripts up to parity with BypassNRO/WinDeploy/Zephyrus-Linux:
- src/layouts/_partials/{navbar-title,footer,custom/footer}.html +
src/assets/css/custom.css: the shared THectic navbar lockup (brand
tile linking back to thectic.nl with a GitHub-style hover card).
Without these, scripts.thectic.nl fell back to Hextra's default
navbar with no way back to the hub site.
- .github/workflows/pr-checks.yml: markdownlint, EN/NL content parity
check, Hugo build, internal link check (lychee) — was missing
entirely; validate-scripts.yml/update-nginx-checksums.yml (this
repo's own script-specific CI) are untouched.
- .editorconfig, .gitattributes, .lychee.toml, .markdownlint.yml:
org-standard, byte-identical to the other repos.
- LICENSE, SECURITY.md, .github/pull_request_template.md: were
missing entirely.
- CONTRIBUTING.md: added a short "Site (src/)" section describing the
Hugo microsite; the existing installer-scripts content is untouched.
Verified locally: actionlint clean, all new YAML/TOML parses.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T7WUzzVA6cZooJ7CVVUeQo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scripts.thectic.nl missing the "back to thectic.nl" navbar link that every other THectic microsite has. Turns out the whole shared branding/CI layer never made it into this repo when I originally built its
src/site — this brings it up to full parity with BypassNRO/WinDeploy/Zephyrus-Linux.