Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adarshaacharya/portfolio-v2

Second iteration of my personal website v2.0 & blog build with @gatsbyjs. Please check https://github.com/adarshaacharya.com.np for new site.
https://github.com/adarshaacharya/portfolio-v2

aadarshaacharya adarsha gatsby hacktoberfest hacktoberfest2021 netlify personal-website portfolio-website

Last synced: 3 months ago
JSON representation

Second iteration of my personal website v2.0 & blog build with @gatsbyjs. Please check https://github.com/adarshaacharya.com.np for new site.

Awesome Lists containing this project

README

        


Logo


Adarsha Acharya




Personal website and blog
built with Gatsby

[![Netlify Status](https://api.netlify.com/api/v1/badges/2b27e3a1-ff98-455a-8136-3512a4685fad/deploy-status)](https://app.netlify.com/sites/adarshaacharya/deploys)


Version

Website


License: MIT

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn install
```

4. Start the development server

```sh
gatsby develop
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
gatsby build
```

1. Preview the site as it will appear once deployed

```sh
gatsby serve
```

## 🖨️ Templating Project

If you want to use this project code as your own portfolio , you can go ahead. Please give me credit by mentioning original repo link somewhere in README.

**Note**: The source for this site was not created to be a template or theme, but for my own use so it may not fit your needs. Feel free to tweak as per your need or you can check [Gatsby starters](https://www.gatsbyjs.org/starters/) for awesome themes.

## 👤 Author

- Website: https://adarshaacharya.com.np/
- Twitter: [@adarshatweets](https://twitter.com/adarshatweets)
- Github: [@adarshaacharya](https://github.com/adarshaacharya)
- LinkedIn: [@adarshaacharya](https://linkedin.com/in/adarshaacharya)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/gatsbyjs/gatsby/issues). You can also take a look at the [contributing guide](https://github.com/adarshaacharya/adarshaacharya.com.np/blob/master/CONTRIBUTING.md).

## 👏🏻 Show your support

Give a ⭐️ if you like the project!

## 📝 License

Copyright © 2020 [Aadarsha Acharya](https://github.com/adarshaacharya).

This project is [MIT](https://github.com/adarshaacharya/adarshaacharya.com.np/blob/master/LICENSE) licensed.

---

**Depoly on your own Netlify Instance**

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/adarshaacharya/adarshaacharya.com.np)