GlacierProtocol / glacierprotocol.github.io

the source for https://glacierprotocol.org
28 stars 26 forks source link

Glacier website

This is the source of the website you see at https://glacierprotocol.org.

Glacier is a step-by-step protocol for storing bitcoins in a highly secure manner. It is intended for:

Do a local build

To build this site locally, you just need to have Docker installed, and run:

make

This builds and serves your local copy at https://localhost:4000.

We use Github Pages to generate and serve this site. Under the hood, Github Pages uses Jekyll as a static web site generator.