forked from hashirshoaeb/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major update in codes for the information consistency
- Loading branch information
Eichel Choi
committed
Oct 3, 2023
1 parent
ab9394d
commit 13fe650
Showing
12 changed files
with
36 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,18 @@ | |
It is a personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects. | ||
<br /> | ||
<strong>Site URL / Demo » </strong> | ||
<a href="https://hashirshoaeb.github.io/portfolio"> hashirshoaeb.github.io/portfolio</a> | ||
<a href="https://eichel-choi.github.io/portfolio"> eichel-choi.github.io/portfolio</a> | ||
<br /> | ||
<br /> | ||
<a href="https://hashirshoaeb.com">About Me</a> | ||
<a href="https://eichel-choi.com">About Me</a> | ||
· | ||
<a href="https://github.com/hashirshoaeb/portfolio/issues">Report Bug</a> | ||
<a href="https://github.com/eichel-choi/portfolio/issues">Report Bug</a> | ||
· | ||
<a href="https://github.com/hashirshoaeb/portfolio/issues">Request Feature</a> | ||
<a href="https://github.com/eichel-choi/portfolio/issues">Request Feature</a> | ||
</p> | ||
</p> | ||
|
||
[![GitHub forks](https://img.shields.io/github/forks/hashirshoaeb/portfolio?style=for-the-badge)](https://github.com/hashirshoaeb/portfolio/network) | ||
[![GitHub license](https://img.shields.io/github/license/hashirshoaeb/portfolio?style=for-the-badge)](https://github.com/hashirshoaeb/portfolio/blob/master/LICENSE) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/hashirshoaeb?color=ffcc66&logo=twitter&logoColor=ffffff&style=for-the-badge)](https://twitter.com/hashirshoaeb) | ||
[![Node Version](https://img.shields.io/static/v1?label=Node&message=16.16.0&color=026e00&style=for-the-badge)](https://nodejs.org) | ||
[![npm Version](https://img.shields.io/static/v1?label=npm&message=8.11.0&color=cb0000&style=for-the-badge)](https://nodejs.org) | ||
|
||
|
||
|
||
<!-- TABLE OF CONTENTS --> | ||
|
@@ -70,7 +66,7 @@ I know one template doesn't fulfill everyone's needs. So I'll try adding more fe | |
<!-- GETTING STARTED --> | ||
# Getting Started | ||
|
||
Building your own personal website from this project can take as little as 30 minutes. Follow the setup instructions below. Please feel free to reach out to me by filing an [issue](https://github.com/hashirshoaeb/portfolio/issues) or emailing me at [email protected] for help configuring your project. | ||
Building your own personal website from this project can take as little as 30 minutes. Follow the setup instructions below. Please feel free to reach out to me by filing an [issue](https://github.com/eichel-choi/portfolio/issues) or emailing me at [email protected] for help configuring your project. | ||
|
||
## Prerequisites | ||
|
||
|
@@ -83,7 +79,7 @@ You should have [Nodejs](https://nodejs.org/en/) and [Git](https://git-scm.com/d | |
git clone https://github.com/<your-username>/portfolio.git | ||
``` | ||
|
||
2. Edit the [config/config.js](https://github.com/hashirshoaeb/portfolio/blob/main/config/config.js) file. Replace [config/profile.png](https://github.com/hashirshoaeb/portfolio/blob/main/config/profile.png) with your image. | ||
2. Edit the [config/config.js](https://github.com/eichel-choi/portfolio/blob/main/config/config.js) file. Replace [config/profile.png](https://github.com/eichel-choi/portfolio/blob/main/config/profile.png) with your image. | ||
>Note: You need to rename your image file as `profile.png`. | ||
|
||
3. Run following scripts in terminal/command prompt to install dependencies. | ||
|
@@ -119,7 +115,7 @@ Create a new repository with your username as `<your-username>.github.io`. And l | |
|
||
Your site will be available at `https://<your-username>.github.io` | ||
|
||
>Note: You need to replace `<your-username>` with your username. To add CNAME for custom domain, see [scripts/cname.js](https://github.com/hashirshoaeb/portfolio/blob/main/scripts/cname.js) | ||
>Note: You need to replace `<your-username>` with your username. To add CNAME for custom domain, see [scripts/cname.js](https://github.com/eichel-choi/portfolio/blob/main/scripts/cname.js) | ||
|
||
|
||
|
||
|
@@ -139,4 +135,4 @@ Contributions are what make the open source community such an amazing place to l | |
<!-- LICENSE --> | ||
# License | ||
|
||
Distributed under the `MIT` License. See [LICENSE](https://github.com/hashirshoaeb/portfolio/blob/main/LICENSE) for more information. | ||
Distributed under the `MIT` License. See [LICENSE](https://github.com/eichel-choi/portfolio/blob/main/LICENSE) for more information. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "portfolio", | ||
"description": "A portfolio website template that helps you showcase your work, projects and skills as a software developer or freelancer.", | ||
"homepage": "http://hashirshoaeb.com", | ||
"description": "A Temporary Professional Website", | ||
"homepage": "http://eichel-choi.com", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
"private": true, | ||
"author": { | ||
"name": "Hashir Shoaib", | ||
"email": "[email protected]", | ||
"url": "https://github.com/hashirshoaeb" | ||
"name": "Sebin (Eichel) Choi", | ||
"email": "[email protected]", | ||
"url": "https://github.com/eichel-choi" | ||
}, | ||
"scripts": { | ||
"prebuild": "node scripts/favicons.js", | ||
|
@@ -17,8 +17,8 @@ | |
"start": "next start", | ||
"export": "next export", | ||
"predeploy": "npm run build && npm run export && touch ./out/.nojekyll", | ||
"deploy": "npm run custom-domain && node scripts/pages.js hashirshoaeb master", | ||
"custom-domain": "node scripts/cname.js hashirshoaeb.com www.hashirshoaeb.com", | ||
"deploy": "npm run custom-domain && node scripts/pages.js eichel-choi master", | ||
"custom-domain": "node scripts/cname.js eichel-choi.com www.eichel-choi.com", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters