diff --git a/README.md b/README.md index 3d78de4..22490a4 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ - - + +

@@ -106,7 +106,7 @@ These instructions will get you a copy of the project and deploy your portfolio - **First Commit:** Now commit to your **main** branch with your changes. The CI/CD pipeline will publish your page at the `gh-pages` branch automatically. - **Change deploy branch:** Go to your repo's **Settings** ➜ **Pages** ➜ **Source** and change the branch to `gh-pages` and click **save**. -Your portfolio website will be live by now. Any time you commit a change to the **main** branch, the website will be automatically updated. +Your portfolio website will be live by now. Any time you commit a change to the **main** branch, the website will be automatically updated. You can also add custom domain by following [this guide](https://github.com/arifszn/gitprofile/discussions/126). If you see only `README` at your website, be sure to change your GitHub Page's source to `gh-pages` branch (see [how to](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)). Also, if you face any issue rendering the website, double-check the `base` value in the `vite.config.js`. @@ -213,7 +213,7 @@ const config = { // Display blog posts from your medium or dev account. (Optional) blog: { source: 'dev', // medium | dev - username: 'arifszn', + username: 'arifszn', // to hide blog section, keep it empty limit: 5, // How many posts to display. Max is 10. }, googleAnalytics: { diff --git a/gitprofile.config.js b/gitprofile.config.js index e2eecf2..a6c5c2f 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -76,7 +76,7 @@ const config = { // Display blog posts from your medium or dev account. (Optional) blog: { source: 'dev', // medium | dev - username: 'arifszn', + username: 'arifszn', // to hide blog section, keep it empty limit: 3, // How many posts to display. Max is 10. }, googleAnalytics: {