Go to file
Anton Livaja 07627a1dcd
make form post
2025-05-27 11:08:37 -07:00
_includes changes + gitlab pages config 2025-05-23 10:51:45 -04:00
_layouts make form post 2025-05-27 11:08:37 -07:00
_posts initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -04:00
_sass make form post 2025-05-27 11:08:37 -07: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 changes + gitlab pages config 2025-05-23 10:51:45 -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 initial commit for Caution website based on Distrust's small-fixes branch 2025-05-22 13:24:35 -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
thank_you.md make form post 2025-05-27 11:08:37 -07: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