Skip to content

fixes#29

Open
0m364 wants to merge 6 commits into
jiep:mainfrom
0m364:main
Open

fixes#29
0m364 wants to merge 6 commits into
jiep:mainfrom
0m364:main

Conversation

@0m364

@0m364 0m364 commented Feb 20, 2026

Copy link
Copy Markdown

fixes

google-labs-jules Bot and others added 6 commits February 20, 2026 04:53
… to use dynamic Jekyll variables. This ensures that links and aria-labels remain accurate if the repository is ever forked or renamed.

🎯 What: Replaced hardcoded GitHub URLs and repository names.
💡 Why: Improved maintainability and portability (fork-friendliness).
✅ Verification: I inspected the file and performed a search across the codebase to ensure no hardcoded strings remain. I also confirmed the variable names against existing usage.
✨ Result: Dynamic links and labels in the site header.

Co-authored-by: 0m364 <13804150+0m364@users.noreply.github.com>
This commit adds a new test script `tests/test_readme.py` that validates all internal anchor links in the `README.md` file. It ensures that every link points to an existing header, improving navigation and reliability.

Key features:
- Simulates GitHub's anchor generation (slugification) logic.
- Handles duplicate headers by appending numeric suffixes.
- Robustly extracts links using regex, including those with titles.
- Skips code blocks and HTML comments to avoid false positives.
- Can be run as a standalone script or via pytest.

Co-authored-by: 0m364 <13804150+0m364@users.noreply.github.com>
🧪 [testing improvement] Add internal anchor link validation for README.md
…rl-12249127506733570715

🧹 [code health] Replace hardcoded repository URL in default layout
- Replace unused preload with stylesheet link in _layouts/default.html
- Add preconnect to fonts.googleapis.com
- Add crossorigin attribute to fonts.gstatic.com preconnect
- Remove unnecessary attributes from the font stylesheet link

Co-authored-by: 0m364 <13804150+0m364@users.noreply.github.com>
…4588204

⚡ Optimize Google Fonts loading by fixing unused preload
@jiep jiep self-assigned this Mar 1, 2026
@jiep

jiep commented May 9, 2026

Copy link
Copy Markdown
Owner

Thank you for your contribution.

Could you provide more information about the propose of this PR?

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