The source code to build and host the main distrust.co landing page(s).
https://distrust.co
Anton Livaja 7089ef4305 | ||
---|---|---|
_includes | ||
_layouts | ||
_sass | ||
_vendor | ||
assets | ||
files | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
404.html | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Makefile | ||
README.md | ||
_config.yml | ||
about.md | ||
contact.md | ||
index.md | ||
services.md | ||
tools.md |
README.md
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