diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index deb03c7..5b65829 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @DaleStudy/website +* @DaleStudy/homepage 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 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/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. 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