bitcoin-services-home/README.md
2025-12-24 10:22:13 +01:00

17 lines
349 B
Markdown

# Bitcoin Services Home
Static site generator for sharing self-hosted service information.
## Usage
```bash
python3 build.py
```
Edit `config/services.json` to customize content. Output is generated in `dist/`.
## Structure
- `src/` - Template and styles
- `config/services.json` - Site configuration
- `dist/` - Generated output (gitignored)