From 47e72687f9e304a6c8162503ae345ef6d5aed70f Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 01:01:23 +0600 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 334220e..c26a8a8 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ module.exports = { ### Skills -To showcase your skills provide them in skills. +To showcase your skills provide them here. ```js // config.js module.exports = { From 9308067f1a0c30b75f33d1c64f669696ca5e57eb Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 13:35:43 +0600 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c26a8a8..9badc5d 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ Once you are done with your setup and have completed all steps above, you need t Your personal portfolio will be live at username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages). -**2. Other:** You can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [docs](https://create-react-app.dev/docs/deployment) for detailed guide. +**2. Other:** You can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [docs](https://create-react-app.dev/docs/deployment) for detailed deployment guide. ## 📢 Please Read From 05e357f92045caf7aa4ca8fb9f0593d0b759e272 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 14:28:40 +0600 Subject: [PATCH 3/7] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9badc5d..9748aca 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ https://user-images.githubusercontent.com/45073703/130999562-881227cb-d2bf-46a0- It's all possible using [GitHub API](https://developer.github.com/v3/) (for automatically populating your website with content) and [Article-api](https://github.com/arifszn/article-api) (for fetching recent blog posts). -✔️ [21 Themes](#themes)\ -✔️ [Google Analytics](#google-analytics)\ -✔️ [Meta Tags](#meta-tags)\ -✔️ [Avatar and Bio](#avatar-and-bio)\ -✔️ [Social Links](#social-links)\ -✔️ [Skills](#skills)\ -✔️ [Experience](#experience)\ -✔️ [Education](#education)\ -✔️ [Projects](#projects)\ -✔️ [Blog Posts](#blog-posts) +✓ [21 Themes](#themes)\ +✓ [Google Analytics](#google-analytics)\ +✓ [Meta Tags](#meta-tags)\ +✓ [Avatar and Bio](#avatar-and-bio)\ +✓ [Social Links](#social-links)\ +✓ [Skills](#skills)\ +✓ [Experience](#experience)\ +✓ [Education](#education)\ +✓ [Projects](#projects)\ +✓ [Blog Posts](#blog-posts) To view a live example, **[click here](https://arifszn.github.io/ezprofile)**. @@ -59,7 +59,7 @@ npm start ## 🎨 Customization -All the magic happens in file src/config. Open it and modify it according to your preference. +All the magic happens in the file src/config. Open it and modify it according to your preference. These are the default values: From 1e9680a33fbdde16972726ef700d93cf108b5090 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 16:04:33 +0600 Subject: [PATCH 4/7] Update README.md --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9748aca..ffe0ef2 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,21 @@ module.exports = { ### Themes -There are 21 themes available which can be selected from the dropdown.\ -
+There are 21 themes available that can be selected from the dropdown. + +The default theme can be specified. + +```js +// config.js +module.exports = { + // ... + themeConfig: { + default: 'light', + // ... + } +} +``` + ![Theme Dropdown](https://arifszn.github.io/assets/img/hosted/ezprofile/themes-1.png) Here are some screenshots of different themes.\ @@ -188,7 +201,9 @@ Here are some screenshots of different themes.\
![Themes](https://arifszn.github.io/assets/img/hosted/ezprofile/themes-5.png)\
-![Themes](https://arifszn.github.io/assets/img/hosted/ezprofile/themes-6.png) +![Themes](https://arifszn.github.io/assets/img/hosted/ezprofile/themes-6.png)\ +
+![Themes](https://arifszn.github.io/assets/img/hosted/ezprofile/themes-7.png) ### Google Analytics @@ -375,8 +390,9 @@ Once you are done with your setup and have completed all steps above, you need t Your personal portfolio will be live at username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages). +
-**2. Other:** You can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [docs](https://create-react-app.dev/docs/deployment) for detailed deployment guide. +**2. Other:** You can also host your website to Netlify, Vercel, Heroku, or other popular services. Please refer to this [doc](https://create-react-app.dev/docs/deployment) for a detailed deployment guide. ## 📢 Please Read From 18a0357ae2b942beee1bc0bd20df6fff2b2ce57f Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 16:05:53 +0600 Subject: [PATCH 5/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffe0ef2..6134d73 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

ezProfile

A modern, responsive and customizable portfolio template for Developers!

+

https://arifszn.github.io/ezprofile


From 0ecf0b2e57fbb83d33ca14c47c5ce667edeb7591 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 16:41:57 +0600 Subject: [PATCH 6/7] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6134d73..7247ad1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@
-https://user-images.githubusercontent.com/45073703/130999562-881227cb-d2bf-46a0-98b2-a7c7dad2664f.mp4 +

+ + Preview + +
+ Shadow +


From 6c7ffc1cda1865c706215282df04430c13926abd Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 16:45:03 +0600 Subject: [PATCH 7/7] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7247ad1..ddec546 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Shadow

-
- **ezProfile** is an easy-to-customize personal dev portfolio template that is created with React.js. When you manage the code in a GitHub repository, it will automatically render a webpage with the owner's profile information, including a photo, bio, and repositories. Also, it includes space to highlight your details, job history, education history, skills, and recent blog posts. It's all possible using [GitHub API](https://developer.github.com/v3/) (for automatically populating your website with content) and [Article-api](https://github.com/arifszn/article-api) (for fetching recent blog posts).