This is Kongying Tavern Tema github repository configuration.
- β€οΈ Sponsor
- π€ DependaBot
- 𧬠CodeQL
- β‘ Export Size
- π CommitConvention
- π¦Ύ IssuesHelper
- βοΈ GithubPagesCI
- ποΈ Issues and Pull requests template
- π PR Spell Check with Typos
- π Lychee link checking
When you use this template, try follow the checklist to update your info properly
- Check the language in
.github/workflows/codeql-analysis.yml - Modify the branch and paths-ignore in
workflows - Replace or delete discussion items in
.github/ISSUE_TEMPLATE/config.yml - Check whether the script in the workflow matches the one in your project
- If your package management tool is not pnpm, please refer to
.github/workflows/pages.ymlto modify - Add script
"envinfo": "npx envinfo --npmPackages --system --browsers --binaries --duplicates"in package.json - Change the author name in
LICENSE - Clean up the README and remove CHANGELOG
-
Set the correct base config.
If you are deploying to
https://<USERNAME>.github.io/, you can omit this step asbasedefaults to"/".If you are deploying to
https://<USERNAME>.github.io/<REPO>/, for example your repository is athttps://github.com/<USERNAME>/<REPO>, then setbaseto"/<REPO>/".
Copy the .github folder to your project root directory
This project is heavily inspired by the following awesome projects.