Skip to content

Fix typos, stale links, file naming, and .gitignore#18

Merged
neuromechanist merged 5 commits intomainfrom
fix/cleanup-typos-gitignore-filenames
Feb 18, 2026
Merged

Fix typos, stale links, file naming, and .gitignore#18
neuromechanist merged 5 commits intomainfrom
fix/cleanup-typos-gitignore-filenames

Conversation

@neuromechanist
Copy link
Member

Summary

  • Fix all typos found across the site (datasets.qmd, news.qmd, index.qmd)
  • Add typos CI check using crate-ci/typos to prevent future typos on PRs and pushes
  • Rename survey file to remove spaces (ab_meeting_survey_2024-12.tsv)
  • Replace stale links pointing to old JuliusWelzel/eegmanysteps repo with relative paths and org repo URLs
  • Fix .gitignore to exclude generated outputs (news_files/, *.ipynb, dev tool configs)
  • Remove tracked generated files from git

Test plan

  • typos passes cleanly on the repo
  • Verify site renders correctly with quarto preview
  • Verify all relative file links resolve (slides, survey data)

Closes #11, closes #12, closes #13, closes #17

Fix typos in datasets.qmd (Avaliable, plesae), news.qmd (TThe,
opporutniy, sruvey, happend), and index.qmd (influenceing,
Aquisition procotols).

Add typos CI workflow using crate-ci/typos and _typos.toml config
to exclude generated files from checks.

Closes #13
Rename 'EEGManySteps _ AB meeting survey.tsv' to
'ab_meeting_survey_2024-12.tsv' for consistent naming. Update
the link in news.qmd to use a relative path.

Addresses #17
Add news_files/, *.ipynb, CLAUDE.md, .claude/, .serena/, and
planning files to .gitignore. Remove news_files/ and news.ipynb
from tracking (generated Quarto outputs).

Note: _freeze/ is kept tracked for now since freeze: auto relies
on it for builds without Python/Jupyter compute.

Closes #12
Update all links pointing to the old personal repo. Use relative
paths for local files (slides, survey data) and point the PR link
in datasets.qmd to the EEGManySteps org repo.

Closes #11
Remove _freeze/ from tracking entirely; it contained stale content
(old typos, broken links, deleted image refs) that would override
the source fixes at build time. Add _freeze/ to .gitignore.

Fix missed typo: pariticpants -> participants in news.qmd comment.

Remove redundant .git/ entry from _typos.toml (excluded by default).
@neuromechanist neuromechanist merged commit c2e71db into main Feb 18, 2026
1 check passed
@neuromechanist neuromechanist deleted the fix/cleanup-typos-gitignore-filenames branch February 18, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant