No description
| config | ||
| src | ||
| .gitignore | ||
| build.py | ||
| caddy.bitcoininfra.contrapeso.xyz.conf | ||
| deploy.config.example | ||
| Makefile | ||
| README.md | ||
Bitcoin Services Home
Static site generator for sharing self-hosted service information.
Usage
Build the site
make build
or
python3 build.py
Serve locally
make serve
Serves the site at http://localhost:8000
Deploy to remote server
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
src/- Template and stylesconfig/services.json- Site configurationdist/- Generated output (gitignored)