Go to file
RyanSquared 7eb3a7879b
Makefile: add publish target
2025-09-25 16:36:11 -04:00
_includes updated the holding page from DR to platform 2025-09-17 01:15:37 -04:00
_layouts polish 2025-09-18 18:48:33 -04:00
_sass polish 2025-09-18 18:48:33 -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 updated the holding page from DR to platform 2025-09-17 01:15:37 -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 Docker/Makefile: rename to caution.co 2025-06-10 15:21:29 -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 updated the holding page from DR to platform 2025-09-17 01:15:37 -04:00
Makefile Makefile: add publish target 2025-09-25 16:36:11 -04:00
README.md Makefile: add publish target 2025-09-25 16:36:11 -04:00
_config.yml updated the holding page from DR to platform 2025-09-17 01:15:37 -04:00
contact.md updated the holding page from DR to platform 2025-09-17 01:15:37 -04:00
index.md updated the holding page from DR to platform 2025-09-17 01:15:37 -04:00
thankyou.md finalized the Caution waitlist pages - watlist + thankyou 2025-06-02 16:29:05 -04:00

README.md

caution.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

Releasing

  1. Build and publish the image
make publish
  1. Restart the caution deployment in the Kubernetes cluster
kubectl -n website rollout restart deploy/website-caution