Skip to content

kalvinparker/mywebsite

Repository files navigation

mywebsite — personal project site

This folder contains a minimal personal website. The index.html is automatically populated with your public GitHub repositories by scripts/update_projects.ps1.

Local usage

  • Run the update script from PowerShell in the mywebsite folder:
Set-Location mywebsite
.\scripts\update_projects.ps1
  • Open index.html in your browser to preview the site.

GitHub Actions

A scheduled GitHub Action (.github/workflows/update-projects.yml) runs daily and proposes a pull request with updates to index.html using the repository's GITHUB_TOKEN.

Profile image

Place a profile.jpg or profile.png file in mywebsite/assets/. The site will use the local image if present and otherwise fall back to your GitHub avatar.

Security

The update script queries the public GitHub API and does not require authentication for public repositories. If you change it to use authenticated endpoints, keep tokens secret.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published