building page
This commit is contained in:
commit
feefd59b80
6 changed files with 456 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue