diff --git a/README.md b/README.md index 0209b00..0f20b3e 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -https://csharp-opensource.github.io +# org-github-page-temaple + +## Demo + +https://barnuri.github.io/org-github-page-temaple/ diff --git a/config.json b/config.json index e335d29..25a5fc2 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,17 @@ { - "title": "C# OpenSource Repositories Viewer", + "title": "Bar Nuri Repositories Viewer", "fetchConfigs": [ { "orgOrUser": "csharp-opensource", "isUser": false + }, + { + "orgOrUser": "actions-opensource", + "isUser": false + }, + { + "orgOrUser": "barnuri", + "isUser": true } ] }