Skip to content

Commit 2a2b420

Browse files
authored
Refractoring icons, adding SEO metadeta and modularizing Github Profile URL (#169)
* Fixed not found canvas.min.js, folderized icons, made more projects link customizable from portfolio.js, added more language icons, added description text and image, added some documentation in README.md. * Changed more_projects to githubProfile
1 parent 0292574 commit 2a2b420

36 files changed

Lines changed: 46 additions & 25 deletions

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
132132
- Now, if you see your website using `npm start`, it will directly open `home` rather than animating logo `splash` screen.
133133
- If you design your logo in future, then edit the files in `./src/components/Loader` and then revert `isSplash` to `true` in `src/portfolio.js`.
134134

135+
## Other
136+
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/)
140+
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
142+
143+
135144
# Choose Theme 🌈
136145
137146
- You can take a look at `src/theme.js` file where all available themes are mentioned with respective color codes.

git_data_fetcher.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ const languages_icons = {
250250
JavaScript: "logos-javascript",
251251
"C#": "logos-c-sharp",
252252
Java: "logos-java",
253+
Shell: "simple-icons:shell",
254+
Ruby: "logos:ruby",
255+
PHP: "logos-php",
256+
Dockerfile: "simple-icons:docker",
257+
Rust: "logos-rust",
253258
};
254259

255260
fetch(baseUrl, {

0 commit comments

Comments
 (0)