1
0
Fork 0
A web frontend generator for the solo version control system http://slope.colorfield.space/solo/repos/soloweb/
Go to file
sloum 6812561666 Adds support for repo hosted images and removes the need to pass an image path 2022-10-04 23:06:00 -07:00
.solo Adds support for repo hosted images and removes the need to pass an image path 2022-10-04 23:06:00 -07:00
Makefile Initial commit 2022-10-03 23:13:30 -07:00
README.gmi Initial commit 2022-10-03 23:13:30 -07:00
soloweb Adds support for repo hosted images and removes the need to pass an image path 2022-10-04 23:06:00 -07:00
test.css Initial commit 2022-10-03 23:13:30 -07:00

README.gmi

# soloweb

soloweb is a tool for creating a website based on a solo repository

=> https://git.rawtext.club/sloum/solo What is solo?

## How to use it

All you need to do is pass soloweb the path to the solo repository (you cannot be in the repository at the time).

```
soloweb /path/to/my/solo/repo
```

You may, optionally, pass a path to an image to be used as the icon for the repository (it will be displayed as a square image of around 75px by 75px), so keep that in mind. It will be zoomed and centered as needed to fill the space.

```
soloweb /path/to/my/solo/repo /path/to/cool/image.png
```

It will generate a folder in the current working directory named for the repository. Inside of that folder will be an index.html file and everything else needed for the website, including a gzipped tar file of the repository, ready for download.