Update docs

This commit is contained in:
Ariful Alam
2024-01-20 19:55:48 +06:00
parent c7db8ee0b8
commit cac7ee3a16
2 changed files with 218 additions and 177 deletions

View File

@@ -7,7 +7,7 @@ const CONFIG = {
/**
* If you are deploying to https://<USERNAME>.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'.
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
* for example your repository is at https://github.com/arifszn/example, then set base to '/example/'.
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
*/
base: '/gitprofile/',
projects: {
@@ -25,7 +25,7 @@ const CONFIG = {
},
manual: {
// Properties for manually specifying projects
projects: ['arifszn/gitprofile'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
projects: ['arifszn/gitprofile', 'arifszn/pandora'], // List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
},
},
external: {