-
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.
- Loading branch information
1 parent
1e9b801
commit 371add6
Showing
91 changed files
with
12,549 additions
and
3,448 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
; https://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "next/core-web-vitals" | ||
} |
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,2 +1,36 @@ | ||
.next | ||
node_modules | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
yarn.lock | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
# local env files | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# vercel | ||
.vercel |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"site": { | ||
"title": "Muhammad Fiaz | Documentations", | ||
"base_url": "/", | ||
"favicon": "https://avatars.githubusercontent.com/u/75434191?v=4", | ||
"logo": "https://avatars.githubusercontent.com/u/75434191?v=4", | ||
"logo_width": "200", | ||
"logo_height": "34", | ||
"logo_text": "Muhammad Fiaz" | ||
}, | ||
|
||
"settings": { | ||
"pagination": 3, | ||
"summary_length": 200, | ||
"blog_folder": "docs" | ||
}, | ||
|
||
"params": { | ||
"tag_manager_id": "", | ||
"contact_form_action": "#", | ||
"copyright": "Copyright © 2024 [Muhammad Fiaz](https://github.com/muhammad-fiaz)" | ||
}, | ||
|
||
"metadata": { | ||
"meta_author": "Muhammad Fiaz", | ||
"meta_image": "https://avatars.githubusercontent.com/u/75434191?v=4", | ||
"meta_description": "Hey there! \uD83D\uDC4B I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"main": [ | ||
{ | ||
"name": "Home", | ||
"url": "/" | ||
}, | ||
{ | ||
"name": "About", | ||
"url": "/about" | ||
}, | ||
{ | ||
"name": "Contact", | ||
"url": "/contact" | ||
}, | ||
{ | ||
"name": "Pages", | ||
"url": "", | ||
"hasChildren": true, | ||
"children": [ | ||
{ | ||
"name": "Authors", | ||
"url": "/authors" | ||
}, | ||
{ | ||
"name": "Categories", | ||
"url": "/categories" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"url": "/tags" | ||
}, | ||
|
||
{ | ||
"name": "Privacy Policy", | ||
"url": "/privacy-policy" | ||
} | ||
] | ||
} | ||
], | ||
"footer": [ | ||
{ | ||
"name": "About", | ||
"url": "/about" | ||
}, | ||
{ | ||
"name": "Contact", | ||
"url": "/contact" | ||
}, | ||
|
||
{ | ||
"name": "Privacy Policy", | ||
"url": "/privacy-policy" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"facebook": "", | ||
"twitter": "https://twitter.com/muhammadfiaz_", | ||
"instagram": "", | ||
"youtube": "", | ||
"linkedin": "https://linkedin.com/muhammad-fiaz-", | ||
"github": "https://github.com/muhammad-fiaz", | ||
"gitlab": "", | ||
"medium": "https://medium.com/@muhammad-fiaz", | ||
"codepen": "", | ||
"bitbucket": "", | ||
"dribbble": "", | ||
"behance": "", | ||
"pinterest": "", | ||
"soundcloud": "", | ||
"tumblr": "", | ||
"reddit": "", | ||
"vk": "", | ||
"whatsapp": "", | ||
"snapchat": "", | ||
"vimeo": "", | ||
"tiktok": "", | ||
"foursquare": "", | ||
"rss": "", | ||
"email": "", | ||
"phone": "", | ||
"address": "", | ||
"skype": "", | ||
"website": "https://muhammadfiaz.com" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"colors": { | ||
"default": { | ||
"theme_color": { | ||
"primary": "#01AD9F", | ||
"body": "#fff", | ||
"border": "#D5D5D5", | ||
"theme_light": "#FAFAFA", | ||
"theme_dark": "#152035" | ||
}, | ||
"text_color": { | ||
"default": "#747577", | ||
"dark": "#152035", | ||
"light": "#a1a5ae" | ||
} | ||
} | ||
}, | ||
"fonts": { | ||
"font_family": { | ||
"primary": "Mulish:wght@400;600;700", | ||
"primary_type": "sans-serif" | ||
}, | ||
"font_size": { | ||
"base": "16", | ||
"scale": "1.250" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Error 404" | ||
layout: "404" | ||
--- | ||
|
||
## Page Not Found |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Muhammad Fiaz | ||
image: https://avatars.githubusercontent.com/u/75434191?v=4 | ||
description: Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile | ||
meta_title: "About" | ||
layout: "about" | ||
draft: false | ||
social: | ||
github: https://github.com/muhammad-fiaz | ||
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/ | ||
--- | ||
|
||
Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️. | ||
|
||
- ✨ I spend my spare time building and developing free Apps and Web Applications because I want to continue growing and honing my skills 😄. | ||
- 📚 I'm currently focused on learning and exploring the exciting fields of Machine Learning (ML) and Artificial Intelligence (AI), including neural networks and other related topics. | ||
- 🤝 I'm always excited to collaborate with others and contribute to different projects. If you have a project that needs an extra set of hands or fresh ideas, feel free to reach out to me! | ||
- 🔧 I have experience working with various programming languages and technologies, ensuring that I can adapt and contribute effectively to your project's tech stack. | ||
- 📬 If you come across anything interesting in my projects or have a project you'd like me to collaborate on, please don't hesitate to get in touch. Let's create something awesome together! | ||
|
||
Feel free to explore my projects and get in touch with collaborations! | ||
|
||
|
||
|
||
## 💰 Support Me❤️ | ||
|
||
[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-%231EAEDB.svg?&style=for-the-badge&logo=GitHub-Sponsors&logoColor=white)](https://github.com/sponsors/muhammad-fiaz) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: "Authors" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Muhammad Fiaz | ||
image: https://avatars.githubusercontent.com/u/75434191?v=4 | ||
description: Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my GitHub profile | ||
social: | ||
github: https://github.com/muhammad-fiaz | ||
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/ | ||
--- | ||
Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️. | ||
|
||
- ✨ I spend my spare time building and developing free Apps and Web Applications because I want to continue growing and honing my skills 😄. | ||
- 📚 I'm currently focused on learning and exploring the exciting fields of Machine Learning (ML) and Artificial Intelligence (AI), including neural networks and other related topics. | ||
- 🤝 I'm always excited to collaborate with others and contribute to different projects. If you have a project that needs an extra set of hands or fresh ideas, feel free to reach out to me! | ||
- 🔧 I have experience working with various programming languages and technologies, ensuring that I can adapt and contribute effectively to your project's tech stack. | ||
- 📬 If you come across anything interesting in my projects or have a project you'd like me to collaborate on, please don't hesitate to get in touch. Let's create something awesome together! | ||
|
||
Feel free to explore my projects and get in touch with collaborations! | ||
|
||
|
||
|
||
## 💰 Support Me❤️ | ||
|
||
[![Sponsor muhammad-fiaz](https://img.shields.io/badge/Sponsor-%231EAEDB.svg?&style=for-the-badge&logo=GitHub-Sponsors&logoColor=white)](https://github.com/sponsors/muhammad-fiaz) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "I’m Muhammad Fiaz, a Full Stack developer who loves to create new things." | ||
meta_title: "contact" | ||
image: "https://avatars.githubusercontent.com/u/75434191?v=4" | ||
layout: "contact" | ||
draft: false | ||
|
||
# social sites | ||
social: | ||
github: https://github.com/muhammad-fiaz | ||
linkedin: https://www.linkedin.com/in/muhammad-fiaz-/ | ||
--- | ||
Hey there! 👋 I'm Muhammad Fiaz, a Full Stack developer who loves to create new things. I have uploaded some pretty cool stuff, so make sure to check it out on my [GitHub profile](https://github.com/muhammad-fiaz)✌️. |
Oops, something went wrong.