524 B
524 B
distrust.co
Web page source.
Instructions
- If the repo was not cloned with submodules:
$ git submodule update --init --recursive
- Install
make
. - Install
docker
- Build (export) site to
_site
directory:
$ make build
- Serve site at
0.0.0.0:4000
:
$ make serve
Generate Static Files
- Output static files in
_site
directory:
$ make _site
Cleanup
- Remove all build artifacts:
$ make fullclean