Add initial commit.

This commit is contained in:
2026-04-18 23:06:19 +01:00
parent cd6d872b78
commit 11ef2a5c94
3 changed files with 783 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# git-portfolio
Use the gitea or forgejo API to generate a HTML portfolio of your repositories.
The generated HTML file is a static website that can be hosted on any web
server.
## Usage
```{bash}
git-portfolio > portfolio.html
```
## Configuration
Variables like username, API URL, and token can be modified at the top of the
`git-portfolio` script.
## License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.