18 lines
349 B
Markdown
18 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)
|