Redesign the site with a dark atmospheric theme#10
Merged
Conversation
Introduce a dark Nightforge design system (gold accent, Space Grotesk / Inter / JetBrains Mono) applied across the home, downloads catalogue, project posts, contact, and 404 pages. Add tokens.css and design.md as the locked system, a floating-pill nav and statement footer, a card-based download catalogue with tags and blurbs, and an upgraded gallery with prev/next and dot controls. Dark-theme the markdown body in style.css and remove the now-unused css/github_markdown.css.
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.
Summary
A full visual redesign of the site into a dark, atmospheric "Nightforge" design system while preserving all content, Jekyll structure, Liquid logic, and information architecture.
tokens.css(OKLCH palette: near-black canvas, WoW-gold accent, arcane-violet secondary) anddesign.mddocumenting the locked system. Type pairing: Space Grotesk (display) / Inter (body) / JetBrains Mono (tags & code), loaded via Google Fonts._layouts/default.htmlnow has a floating-pill nav (blur backdrop) and an Ft5 statement footer; fixed gold + violet radial blooms on the dark canvas.description+ tags fromprojects.yml).js/gallery.jsgains prev/next arrows and dot controls, pauses on hover/focus, and respectsprefers-reduced-motion.css/github_markdown.css(its base rules folded intostyle.css); updatedscript/asset_version.pyand the README to tracktokens.cssinstead.The new linked asset
tokens.csscarries the?v={{ assets_version }}cache-bust param and is included inasset_version.py, so CI's asset-version bump will cover it._data/assets.ymlis intentionally left untouched for CI to update on this PR.Note:
.hallmark/log.jsonis a small design-system bookkeeping file — drop it from the PR if you'd rather not track it.Test plan
_data/assets.yml.