From 1e9680a33fbdde16972726ef700d93cf108b5090 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Fri, 27 Aug 2021 16:04:33 +0600 Subject: [PATCH] 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