You can check out the live website here.
βοΈ Summary and About me π
βοΈ Skills π€ΉββοΈ
βοΈ Education π
βοΈ Certifications π
βοΈ Open Source Projects and Contributions π οΈ
βοΈ Recent Worksπ»
βοΈ Experience πΌ
βοΈ Blogs π
βοΈ Contact me π§\
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Kiran1689/Kiran1689.github.io.git
- Navigate to the project directory:
cd Kiran1689.github.io
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to see the website locally.
You can use this project as a template for your own portfolio website. Customize it by adding your own information.
There are basically 3 things that you need to change to customize this to anyone else's portfolio: package.json, Personal Information and Github Information.
Open this file, which is in the main cloned directory, choose any "name" and change "homepage " to https://<your-github-username>.github.io
. Do not forget the https://
, otherwise fonts will not load.
You can change the personal information, experience, education, social media, certifications, blog information, contact information etc. in src/portfolio.js
to directly reflect them in portfolio website.
You will find git_data_fetcher.js
file in the main directory of the repository. This file is used to fetch the data (Pull requests, Issues, Organizations, Pinned projects etc.) from your github.
In this file you need to replace:
GITHUB_TOKEN = your_token;
GITHUB_USERNAME = your_username;
You can get a github token as described here. Give all permissions while generating token.
Now, you need to run following command. (Make sure you executed npm install
before this)
node git_data_fetcher.js
This will fetch all the data from your github and it will automatically replace my data with yours. Whenever you want to update the github related information on the website you need to run this command.
- Open
src/theme.js
file where all available themes are mentioned with their respective color codes - At the bottom of this file you will see the below code:
export const chosenTheme = violetTheme;
- You need to change the name from
violetTheme
to whatever theme you want to set your website to
- That's it. You just need to change the theme name and the code will take care of everything else
If you'd like to contribute to this project, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.