Please use this repository as a template to create your own social home site or portfolio website!
This social home site is built using Next.js and follows a simple but effective visual pattern inspired by Linktree.
This social home site is made to deploy to GitHub Pages, a forever-free static site hosting service from GitHub!
View the live site here.
Very similar to basic-nextjs-portfolio, but with a few more bells and whistles related so social media. For example, this template uses react-social-icons.
-
Install using
yarn
and run a local deployment server usingyarn start
. -
Update the site as you see fit.
-
I encourage you to edit a few design elements including the colors to fit your personal style.
-
For most developers, I recommend that they retain a GitHub, LinkedIn, and Blog link in the portfolio.
-
Update the social media icons appropriately, convieniently located within the
Socials.tsx
component.
-
-
Deploy to GitHub Pages using
yarn deploy
. Ensure your repository settings have GitHub Pages enabled to obtain a public URL.
Feel free to create an issue or a PR for any reason.