The latest iteration of my personal site built with Next.js and hosted with Netlify.
yarn install
to install dependencies.yarn run dev
to start the development server.yarn run build
build the files for production.yarn run export
to use Next.js static exports.yarn run serve
runsbuild
andexport
commands 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