From cc7ea1ebba45c8ba26538e74ed7699be9a83140b Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 1 Mar 2025 09:59:58 -0500 Subject: [PATCH 1/4] update codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index deb03c7..5b65829 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @DaleStudy/website +* @DaleStudy/homepage From 6b40bb5b2380199c41388ba577e1306991a8fc3a Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 1 Mar 2025 10:15:32 -0500 Subject: [PATCH 2/4] add license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f4741fc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 DaleStudy + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 4cc64798f1401fb49ca6f9c7913839b651282f0c Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 1 Mar 2025 10:20:26 -0500 Subject: [PATCH 3/4] add sponsor --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4639d06 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: DaleStudy From 9bfe807e8411538154acab390fd2258a67c80116 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 1 Mar 2025 10:24:02 -0500 Subject: [PATCH 4/4] update readme --- .github/workflows/automation.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 0f75fa2..72f663b 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -1,4 +1,4 @@ -name: 🤖 Automation +name: Automation 🤖 on: pull_request_target: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b328333..955bbf1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ We manage our project using GitHub Projects. You can find the project [here](htt - Follow the coding style conventions of the project. - Use the default settings of [Prettier](https://prettier.io/). -- For web component writing patterns, refer to this [document](https://github.com/DaleStudy/leetcode-website/issues/44). +- For web component writing patterns, refer to this [document](https://github.com/DaleStudy/homepage/issues/44). ### Commit Messages diff --git a/README.md b/README.md index 3cd2e2d..6ed7a55 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# DALE ALGORITHM STUDY GROUP WEBSITE +# Homepage -## [Deployment](https://dalestudy.github.io/leetcode-website/) +[![Automation 🤖](https://github.com/DaleStudy/homepage/actions/workflows/automation.yml/badge.svg)](https://github.com/DaleStudy/homepage/actions/workflows/automation.yml) -## [Project Management](https://github.com/orgs/DaleStudy/projects/2) +달레 스터디 홈페이지 ## Tech Stack