docs: add badges

This commit is contained in:
TheClashFruit 2023-10-22 15:50:28 +02:00
parent 5a1a922136
commit 2de9c34dc9
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C
2 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,15 @@
# Teabag
<h1 align="center">Teabag</h1>
<p align="center">
<img alt="Issues" src="https://img.shields.io/badge/dynamic/json?color=brightgreen&label=issues&query=%24.open_issues_count&url=https%3A%2F%2Fgit.theclashfruit.me%2Fapi%2Fv1%2Frepos%2FTheClashFruit%2FTeabag">
<img alt="Pull Requests" src="https://img.shields.io/badge/dynamic/json?color=brightgreen&label=pull%20requests&query=%24.open_pr_counter&url=https%3A%2F%2Fgit.theclashfruit.me%2Fapi%2Fv1%2Frepos%2FTheClashFruit%2FTeabag">
<img alt="License ( GNU General Public License v3.0)" src="https://img.shields.io/badge/license-GNU_General_Public_License_v3.0-blue.svg">
</p>
<p align="center">
An alternative front-end for Gitea and Forgejo.
</p>
## Installation
tba

View file

@ -6,6 +6,6 @@ const nextConfig = {
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
}
}
};
module.exports = nextConfig
module.exports = nextConfig;