building page

This commit is contained in:
counterweight 2025-12-24 10:22:13 +01:00
commit feefd59b80
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 456 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# 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)