Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adarshaacharya/portfolio-v2
- Owner: adarshaacharya
- License: mit
- Created: 2020-05-12T18:37:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T21:30:56.000Z (over 1 year ago)
- Last Synced: 2023-09-30T21:53:46.802Z (over 1 year ago)
- Topics: aadarshaacharya, adarsha, gatsby, hacktoberfest, hacktoberfest2021, netlify, personal-website, portfolio-website
- Language: JavaScript
- Homepage:
- Size: 19.8 MB
- Stars: 13
- Watchers: 1
- Forks: 46
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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)
## 🛠 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)