This commit is contained in:
counterweight 2025-12-24 10:39:09 +01:00
parent feefd59b80
commit 1d6f58ab8b
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 98 additions and 1 deletions

View file

@ -4,10 +4,27 @@ Static site generator for sharing self-hosted service information.
## Usage
### Build the site
```bash
make build
```
or
```bash
python3 build.py
```
### Serve locally
```bash
make serve
```
Serves the site at http://localhost:8000
### Deploy to remote server
```bash
make deploy
```
Before deploying, copy `deploy.config.example` to `deploy.config` and fill in your server details.
Edit `config/services.json` to customize content. Output is generated in `dist/`.
## Structure