···11-# Deploy Next.js to GitHub Pages
22-33-This is a Next.js template which can be deployed to GitHub Pages as a static site.
44-55-## Deploying to GitHub Pages
66-77-1. Create a new public GitHub repository
88-2. Push the starter code to the `main` branch
99-3. On GitHub, go to **Settings** > **Pages** > **Source**, and choose **GitHub Actions** as the source
1010-4. Make a commit and push it to see the changes on GitHub Pages
1111-1212-Congratulations! You should have a URL like:
1313-1414-```bash
1515-https://<github-user-name>.github.io/<github-project-name>/
1616-```
1717-1818-For more information, see our [deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying/static-exports).
1919-2020-## Learn More
2121-2222-To learn more about Next.js, take a look at the following resources:
11+# My personal site
2322424-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2525-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2626-2727-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
33+This is my personal site, adapted from a Next.js Static Site template