Go to file
Anton Livaja 9624592e96
more content updates
2024-09-30 17:39:00 -04:00
_includes initial commit 2024-06-26 11:57:15 -04:00
_layouts more content updates 2024-09-30 17:39:00 -04:00
_sass initial commit 2024-06-26 11:57:15 -04:00
_vendor/jekyll-theme-console initial commit 2024-06-26 11:57:15 -04:00
assets initial commit 2024-06-26 11:57:15 -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 initial commit 2024-06-26 11:57:15 -04:00
README.md initial commit 2024-06-26 11:57:15 -04:00
_config.yml many updates 2024-09-05 12:59:32 -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

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