bevyengine / bevy-website

The source files for the official Bevy website
https://bevyengine.org
MIT License
193 stars 332 forks source link

Change Github to GitHub across the website's content #1613

Closed TrialDragon closed 1 month ago

TrialDragon commented 1 month ago

Objective

Fixes #1607

Solution

Run the command find . -type f - exec sed -i 's/Github/GitHub/g' {} + in /content to search and replace all references of Github to GitHub in the website's content.

Testing

  1. Clone or get my bevy-website fork as a remote
  2. Fetch the remote.
  3. git switch trialdragon/1607_fix_github_capitalization to get my working branch.
  4. Run zola serve to see a local version of the website and check if the changes are made user-side.