Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .hallmark/log.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"date": "2026-06-02",
"scope": "app",
"genre": "atmospheric",
"macrostructure": "Catalogue + Marquee Hero",
"theme": "Nightforge (custom dark)",
"theme_axes": "dark / geometric-sans / warm-gold",
"enrichment": "Tier-A CSS radial blooms",
"nav": "N5 floating pill",
"footer": "Ft5 statement",
"vibe": "playful WoW-modding code catalogue, dark gaming heritage",
"brief": "RochetCode \u2014 full Jekyll site redesign (home, downloads hub, project posts, contact, 404)"
}
]
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
hide_header: true
---

<div style="text-align: center; margin: 80px 0;">
<h1>Page not found</h1>
<div class="notfound">
<h1>404</h1>
<p>The page you requested does not exist or may have moved.</p>
<p>
<p class="home-links">
<a href="{{ site.baseurl }}/">Home</a> ·
<a href="{{ site.baseurl }}/downloads">Downloads</a> ·
<a href="{{ site.baseurl }}/contact">Contact</a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CI runs `python script/generate_webp.py --check` to ensure WebP copies are prese

### CSS/JS cache busting

`_data/assets.yml` stores a content hash for `css/style.css`, `css/github_markdown.css`, and `js/gallery.js`. Layout templates append it as `?v=` on stylesheet and script URLs. The file must be in the repo because GitHub Pages runs its own Jekyll build.
`_data/assets.yml` stores a content hash for `tokens.css`, `css/style.css`, and `js/gallery.js`. Layout templates append it as `?v=` on stylesheet and script URLs. The file must be in the repo because GitHub Pages runs its own Jekyll build.

On pull requests, CI runs `script/asset_version.py` and commits an updated `_data/assets.yml` to the PR branch when CSS or JS changed, so the hash is ready before you merge.

Expand Down
2 changes: 1 addition & 1 deletion _data/assets.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
assets_version: "8a29461d"
assets_version: "e05870a5"
34 changes: 26 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,30 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title | xml_escape }} RSS feed" href="{{ site_root }}/feed.xml" />
<link rel="canonical" href="{{ canonical_url | xml_escape }}" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">

{% assign assets_version = site.data.assets.assets_version | default: site.github.build_revision | default: 'dev' %}
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/github_markdown.css?v={{ assets_version }}" media="screen" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/tokens.css?v={{ assets_version }}" media="screen" />
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.baseurl }}/css/style.css?v={{ assets_version }}">
</head>

<body>
<div id="container">

<!-- HEADER -->
<div id="topnav">
<!-- Note that having these in one line removes spaces between the blocks -->
<div><a href="{{ site.baseurl }}/" class="valign"><span><img alt="Logo" src="{{ site.baseurl }}/images/Rochet2_100.png" width="75"></span></a><a href="{{ site.baseurl }}/downloads" class="valign"><span>Downloads</span></a></div><div><a href="{{ site.baseurl }}/contact" class="valign"><span>Contact</span></a><a target="_blank" rel="noopener noreferrer" href="https://goo.gl/forms/qF1EJuyYJB7m2PO42" class="valign"><span>Feedback</span></a></div>
</div>
<nav id="topnav" aria-label="Primary">
<div class="nav-pill">
<a href="{{ site.baseurl }}/" class="nav-brand"><img alt="" src="{{ site.baseurl }}/images/Rochet2_100.png" width="30" height="30"><span>RochetCode</span></a>
<div class="nav-links">
<a href="{{ site.baseurl }}/downloads">Downloads</a>
<a href="{{ site.baseurl }}/contact">Contact</a>
<a target="_blank" rel="noopener noreferrer" href="https://goo.gl/forms/qF1EJuyYJB7m2PO42">Feedback</a>
<a class="nav-cta" target="_blank" rel="noopener noreferrer" href="https://github.com/Rochet2">GitHub</a>
</div>
</div>
</nav>

<!-- MAIN CONTENT -->
<div id="content">
Expand Down Expand Up @@ -104,6 +115,7 @@ <h1 class="project-header-title" id="title">{{ page.title }}</h1>

{% if project.downloads %}
<h3 id="downloads">Downloads</h3>
<div class="download-row">
{% for download in project.downloads %}
{% assign download_url = download.url %}
{% unless download_url contains '://' %}
Expand All @@ -114,6 +126,7 @@ <h3 id="downloads">Downloads</h3>
{% endunless %}
<a target="_blank" rel="noopener noreferrer" class="download button" href="{{ download_url }}">{{ download.label }}</a>
{% endfor %}
</div>
{% endif %}

{% if page.videos %}
Expand All @@ -131,10 +144,15 @@ <h3 id="videos">Videos</h3>
<!-- FOOTER -->
<div id="footer">
<footer>
<div class="valign">
<span>&copy;{{ site.time | date: '%Y' }} <a href="https://github.com/Rochet2">Rochet2</a> - Since 6.7.2010</span>
<span> · </span>
<p class="footer-statement">Built for your realm. <em>Free, forever.</em></p>
<div class="footer-meta">
<span>&copy;{{ site.time | date: '%Y' }} <a href="https://github.com/Rochet2">Rochet2</a> — since 6.7.2010</span>
<span class="footer-dot">·</span>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Rochet2">GitHub</a>
<span class="footer-dot">·</span>
<a href="{{ site.url }}{{ site.baseurl }}/feed.xml">RSS</a>
<span class="footer-dot">·</span>
<a target="_blank" rel="noopener noreferrer" href="https://goo.gl/forms/qF1EJuyYJB7m2PO42">Feedback</a>
</div>
</footer>
</div>
Expand Down
Loading