Skip to content

Commit 2dd6fbe

Browse files
Updating README (#202)
* Updating README * Update README.md Co-authored-by: Ashutosh Hathidara <ashutoshhathidara98@gmail.com>
1 parent 601ead9 commit 2dd6fbe

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ const socialMediaLinks = {
8989
9090
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.
9191
92+
### How to change the icons on homepage under what i do section?
93+
94+
1. This section pulls data from `skills` in portfolio.js file.
95+
2. Visit this website: https://icon-sets.iconify.design/
96+
3. Search for the skill you are looking to add.
97+
4. Select the icon of your choice.
98+
5. Copy the text beside **Selected Icon** and replace it with `fontAwesomeClassName` of that particular softwareSkill.
99+
92100
### Github Information
93101
94102
You will find `git_data_fetcher.mjs` 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.
@@ -134,12 +142,11 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
134142

135143
## Other
136144

137-
- You need to change the website title and other descriptions in `public/index.html`
138-
139-
- You can define your own favicon in `public/icons` directory. If you don't have a favicon, you can generate favicons from [Favicon Generator](https://www.favicon-generator.org/) and [Favicon IO](https://favicon.io/)
145+
- You need to change the website title and other descriptions in `public/index.html`
140146

141-
- Also you can edit your website preview known as description image. Run your site locally, take a screenshot and replace with `public/icons/desc.png`. Note that your screenshot should be 1280x640 for better preview
147+
- You can define your own favicon in `public/icons` directory. If you don't have a favicon, you can generate favicons from [Favicon Generator](https://www.favicon-generator.org/) and [Favicon IO](https://favicon.io/)
142148
149+
- Also you can edit your website preview known as description image. Run your site locally, take a screenshot and replace with `public/icons/desc.png`. Note that your screenshot should be 1280x640 for better preview
143150
144151
# Choose Theme 🌈
145152
@@ -164,7 +171,7 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
164171
- Run `npm run build` to generate the production build folder.
165172
- Enter the build folder, `git init` and push the generated code to the `master` branch of your new repository on github. That's it. It's Done.
166173
- You may need to `git init` and force push at every new build.
167-
**Option 2 (will not work with [user pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages)):**
174+
**Option 2 (will not work with [user pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages)):**
168175
169176
- Run `npm run deploy` to build and create a branch called `gh-pages`. It will push the `build` files to that branch.
170177
- The last step in deploying is to enable `Github Pages` in settings of the repository and select `gh-pages` branch.

0 commit comments

Comments
 (0)