Go to file
Anton Livaja 2d35b2b5e9
minor fixes and cleanup
2024-10-12 15:37:08 -04:00
_includes minor fixes and cleanup 2024-10-12 15:37:08 -04:00
_layouts minor fixes and cleanup 2024-10-12 15:37:08 -04:00
_sass many updates 2024-10-12 14:38:31 -04:00
_vendor/jekyll-theme-console initial commit 2024-06-26 11:57:15 -04:00
assets minor fixes and cleanup 2024-10-12 15:37:08 -04:00
.dockerignore initial commit 2024-06-26 11:57:15 -04:00
.gitignore initial commit 2024-06-26 11:57:15 -04:00
.gitmodules initial commit 2024-06-26 11:57:15 -04:00
404.html initial commit 2024-06-26 11:57:15 -04:00
Dockerfile initial commit 2024-06-26 11:57:15 -04:00
Gemfile initial commit 2024-06-26 11:57:15 -04:00
Gemfile.lock initial commit 2024-06-26 11:57:15 -04:00
LICENSE initial commit 2024-06-26 11:57:15 -04:00
Makefile many updates 2024-10-12 14:38:31 -04:00
README.md initial commit 2024-06-26 11:57:15 -04:00
_config.yml many updates 2024-10-12 14:38:31 -04:00
about.md initial commit 2024-06-26 11:57:15 -04:00
contact.md initial commit 2024-06-26 11:57:15 -04:00
data_storage.md many updates 2024-09-05 12:59:32 -04:00
index.md initial commit 2024-06-26 11:57:15 -04:00
pricing.md initial commit 2024-06-26 11:57:15 -04:00
q&a.md many updates 2024-09-05 12:59:32 -04:00
recovery_policy.md more content updates 2024-09-30 17:39:00 -04:00
wizard.md fix: don't reset final policy output 2024-10-08 11:07:42 -04:00

README.md

distrust.co

Web page source.

Instructions

  1. If the repo was not cloned with submodules:
$ git submodule update --init --recursive
  1. Install make.
  2. Install docker
  3. Build (export) site to _site directory:
$ make build
  1. Serve site at 0.0.0.0:4000:
$ make serve

Generate Static Files

  1. Output static files in _site directory:
$ make _site

Cleanup

  1. Remove all build artifacts:
$ make fullclean