You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,14 @@ const socialMediaLinks = {
89
89
90
90
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.
91
91
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
+
92
100
### Github Information
93
101
94
102
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
134
142
135
143
## Other
136
144
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`
140
146
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/)
142
148
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
143
150
144
151
# Choose Theme 🌈
145
152
@@ -164,7 +171,7 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
164
171
- Run `npm run build` to generate the production build folder.
165
172
- 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.
166
173
- 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)):**
168
175
169
176
- Run `npm run deploy` to build and create a branch called `gh-pages`. It will push the `build` files to that branch.
170
177
- The last step in deploying is to enable `Github Pages` in settings of the repository and select `gh-pages` branch.
0 commit comments