Files
git-portfolio/README.md
2026-04-18 23:06:19 +01:00

21 lines
471 B
Markdown

# 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.