Go to file
Ksenia Lesko 02cabff392
further compressed background video
2025-06-04 15:33:03 -04:00
_includes finalized the Caution waitlist pages - watlist + thankyou 2025-06-02 16:29:05 -04:00
_layouts further compressed background video 2025-06-04 15:33:03 -04:00
_posts initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
_sass finalized the Caution waitlist pages - watlist + thankyou 2025-06-02 16:29:05 -04:00
_vendor/jekyll-theme-console initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
assets further compressed background video 2025-06-04 15:33:03 -04:00
files initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
.dockerignore initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
.editorconfig initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
.gitignore initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
.gitlab-ci.yml updated gitlab config 2025-05-23 18:31:06 -04:00
.gitmodules initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
404.html initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
Dockerfile initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
Gemfile initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
Gemfile.lock initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
LICENSE initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
Makefile initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
README.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
_config.yml updated gitlab config 2025-05-23 18:31:06 -04:00
blog.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
company.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
contact.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
index.md finalized the Caution waitlist pages - watlist + thankyou 2025-06-02 16:29:05 -04:00
services.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
software.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
thankyou.md finalized the Caution waitlist pages - watlist + thankyou 2025-06-02 16:29:05 -04:00
threatmodel.md initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -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