Skip to content

fix: use relative_url filter for all paths to fix GitHub Pages deploy… - #4

Merged
Oranburg merged 2 commits into
mainfrom
claude/intelligent-goldberg
Mar 27, 2026
Merged

fix: use relative_url filter for all paths to fix GitHub Pages deploy…#4
Oranburg merged 2 commits into
mainfrom
claude/intelligent-goldberg

Conversation

@Oranburg

Copy link
Copy Markdown
Owner

…ment

GitHub Pages was resolving site.baseurl to empty string, causing CSS to load from /assets/css/main.css (404) instead of /equally-poor/assets/css/main.css. Switched all paths to Jekyll's recommended | relative_url filter.

Also fixes botched Jekyll conversion from b7e7583: restores missing chart section and platform tool cards on index.html, fixes broken JS in explore.html (stray tag inside script), removes duplicate footers/nav/closing tags, removes conflicting permalink settings, and adds Gemfile for github-pages gem.

Oranburg and others added 2 commits March 26, 2026 23:10
…ment

GitHub Pages was resolving site.baseurl to empty string, causing CSS
to load from /assets/css/main.css (404) instead of /equally-poor/assets/css/main.css.
Switched all paths to Jekyll's recommended | relative_url filter.

Also fixes botched Jekyll conversion from b7e7583: restores missing chart
section and platform tool cards on index.html, fixes broken JS in explore.html
(stray </main> tag inside script), removes duplicate footers/nav/closing tags,
removes conflicting permalink settings, and adds Gemfile for github-pages gem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Oranburg
Oranburg merged commit 6ffb3e3 into main Mar 27, 2026
1 check passed
@Oranburg
Oranburg deleted the claude/intelligent-goldberg branch March 27, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant