Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhijithvijayan/v6

Source code for v6 of my personal website build with Next.js
https://github.com/abhijithvijayan/v6

abhijithvijayan cli cli-app nextjs nodejs personal-website portfolio portfolio-generator portfolio-website

Last synced: 3 months ago
JSON representation

Source code for v6 of my personal website build with Next.js

Awesome Lists containing this project

README

        

⚡️ v6


The 6th iteration of my personal site built with Next.js and hosted with Netlify.



Netlify Build

https://v6.netlify.app


🙋‍♂️ Made by @abhijithvijayan



Donate:
PayPal,
Patreon




Buy Me a Coffee


![demo](https://raw.githubusercontent.com/abhijithvijayan/v6/master/public/images/screenshot.png)

## 🚀 Quick Start

- `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` runs `build` and `export` commands at once.

## 🚨 Using the template with [CLI](https://github.com/abhijithvijayan/portfolio-cli)

Feel free to use this template to build your own portfolio site and deploy as static site to anywhere.

Use the [`@abhijithvijayan/portfolio`](https://github.com/abhijithvijayan/portfolio-cli) **CLI** to generate template for your use.

If you do use the template, please just give me proper credit by linking back to my website,

##### 🌟 Updating metadata

Copy `sample.js` to `index.js` in the `config/` directory and update `config/index.js` with your custom information

##### 🌟 Adding static contents

Copy contents (images, documents, etc...) to `public/` directory

Use to generate Web Manifest

##### 🌟 Adding other site-data

Copy `sample.md` to `index.md` in the `markdown/SECTION_NAME` directory and update accordingly. See [how I did](https://github.com/abhijithvijayan/v6/tree/master/markdown) mine

##### 🌟 PWA Support

Add `icons for PWA` to `public/icons/` and update `manifest.json` in `public/` directory

## 🖤 Show your support

Give a ⭐ if this you find this project useful!

## 🗞 Licence

Code released under the [MIT License](LICENSE).

## 👩🏾‍🔬 Credits

Design inspired from [Brittany Chiang](https://github.com/bchiang7)