23 lines
520 B
Markdown
23 lines
520 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.
|