Add initial commit.
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user