basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Storm and committed by
GitHub
66e995ef c916458f

+2 -26
+2 -26
README.md
··· 1 - # Deploy Next.js to GitHub Pages 2 - 3 - This is a Next.js template which can be deployed to GitHub Pages as a static site. 4 - 5 - ## Deploying to GitHub Pages 6 - 7 - 1. Create a new public GitHub repository 8 - 2. Push the starter code to the `main` branch 9 - 3. On GitHub, go to **Settings** > **Pages** > **Source**, and choose **GitHub Actions** as the source 10 - 4. Make a commit and push it to see the changes on GitHub Pages 11 - 12 - Congratulations! You should have a URL like: 13 - 14 - ```bash 15 - https://<github-user-name>.github.io/<github-project-name>/ 16 - ``` 17 - 18 - For more information, see our [deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying/static-exports). 19 - 20 - ## Learn More 21 - 22 - To learn more about Next.js, take a look at the following resources: 1 + # My personal site 23 2 24 - - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. 25 - - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. 26 - 27 - You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! 3 + This is my personal site, adapted from a Next.js Static Site template