Skip to content

Remove nu shell notes and fix random page filter logic#547

Merged
RamVasuthevan merged 2 commits intomainfrom
claude/fix-make-serve-4NSGt
Apr 12, 2026
Merged

Remove nu shell notes and fix random page filter logic#547
RamVasuthevan merged 2 commits intomainfrom
claude/fix-make-serve-4NSGt

Conversation

@RamVasuthevan
Copy link
Copy Markdown
Owner

Summary

This PR removes the nu shell notes page and fixes a logic error in the random page generator.

Key Changes

  • Removed website/notes/nu.markdown - The notes page about Nu shell is no longer needed
  • Fixed website/random.html - Corrected the conditional logic in the page filter by changing contains 'random.html' contains 'robots.txt' to contains 'random.html' or page.url contains 'robots.txt'

Implementation Details

The random.html fix addresses a syntax error where the second contains operator was missing its operand (page.url). The corrected logic now properly excludes both random.html and robots.txt from the random page selection, along with stylesheet and XML files.

https://claude.ai/code/session_014YCNmiZRBFvEevFGX7W1Np

- Fix random.html: separate two `contains` checks with `or` operator
- Remove notes/nu.markdown (duplicate of notes/nu.md)

https://claude.ai/code/session_014YCNmiZRBFvEevFGX7W1Np
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 6, 2026

Deploying personal-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: e09430c
Status: ✅  Deploy successful!
Preview URL: https://e105faea.personal-website-a13.pages.dev
Branch Preview URL: https://claude-fix-make-serve-4nsgt.personal-website-a13.pages.dev

View logs

Combined unique content from both files: video reference, useful
commands list, and all references into a single nu.md file.

https://claude.ai/code/session_014YCNmiZRBFvEevFGX7W1Np
@RamVasuthevan RamVasuthevan merged commit 62cafc7 into main Apr 12, 2026
2 checks passed
@RamVasuthevan RamVasuthevan deleted the claude/fix-make-serve-4NSGt branch April 12, 2026 17:49
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.

2 participants