The latest iteration of my personal site built with Next.js and hosted with Netlify.
yarn installto install dependencies.yarn run devto start the development server.yarn run buildbuild the files for production.yarn run exportto use Next.js static exports.yarn run serverunsbuildandexportcommands at once.
You can use this template to build your own portfolio site and deploy as static site to anywhere.
So, feel free to fork this repo. If you do, please just give me proper credit by linking back to my website, https://abhijithvijayan.in
Edit config/index.js file with your custom information
Copy contents (images, documents, etc...) to static/ directory
Copy sample.md to index.md in the markdown/SECTION_NAME directory and update accordingly. See how I did mine
Give a ⭐ if this you find this project useful!
Code released under the MIT License.
Design inspired from Brittany Chiang