diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index af82fa8..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @hiiruki diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 9e3fe36..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,13 +0,0 @@ -# These are supported funding model platforms -# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository - -github: hiiruki -patreon: -open_collective: -ko_fi: hiiruki -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: hiiruki -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: ["https://trakteer.id/hiiruki/tip", "https://saweria.co/hiiruki"] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index c335d0a..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,44 +0,0 @@ - - - -**What does this PR change? What problem does it solve?** - - - - -**Was the change discussed in an issue or in the Discussions before?** - - - - -## PR Checklist - -- [ ] This change adds/updates translations and I have used the [template present here](https://github.com/adityatelange/hugo-PaperMod/wiki/Translations#want-to-add-your-language-). -- [ ] I have enabled [maintainer edits for this PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork). -- [ ] I have verified that the code works as described/as intended. -- [ ] This change adds a Social Icon which has a permissive license to use it. -- [ ] This change **does not** include any CDN resources/links. -- [ ] This change **does not** include any unrelated scripts such as bash and python scripts. -- [ ] This change updates the overridden internal templates from HUGO's repository. diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index 76fd960..0000000 --- a/.github/SECURITY.md +++ /dev/null @@ -1,22 +0,0 @@ -# SECURITY POLICY - - .-""-. - / .--. \ - / / \ \ - | | | | - | |.-""-.| - ///`.::::.`\ - ||| ::/ \:: ; - ||; ::\__/:: ; - \\\ '::::' / - `=':-..-'` - -## Reporting Security Issues - -**Please do not report security vulnerabilities through public GitHub issues.** - -If you discover a security issue in this repository, please submit it through my [email](mailto:hi@hiiruki.dev) address. - -## Preferred Languages to Report a Vulnerability - -I prefer all communications to be in English (EN) or Indonesia (ID). diff --git a/.github/images/dark_mode.webp b/.github/images/dark_mode.webp deleted file mode 100644 index 5f4f46e..0000000 Binary files a/.github/images/dark_mode.webp and /dev/null differ diff --git a/.github/images/desktop.webp b/.github/images/desktop.webp deleted file mode 100644 index c31446b..0000000 Binary files a/.github/images/desktop.webp and /dev/null differ diff --git a/.github/images/light_mode.webp b/.github/images/light_mode.webp deleted file mode 100644 index 62f2798..0000000 Binary files a/.github/images/light_mode.webp and /dev/null differ diff --git a/.github/images/mobile.webp b/.github/images/mobile.webp deleted file mode 100644 index a2bc896..0000000 Binary files a/.github/images/mobile.webp and /dev/null differ diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 345123a..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 7 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 3 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - keep -# Label to use when marking an issue as stale -staleLabel: stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false