Public milksad.info website source code repository https://milksad.info
Go to file
Milk Sad team 0c7f998442 First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
_includes First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
_layouts First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
_sass First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
_vendor First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
assets First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
.dockerignore First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
.gitignore First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
.gitmodules First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
404.html First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
Dockerfile First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
Gemfile First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
Gemfile.lock First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
LICENSE First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
Makefile First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
README.md First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
_config.yml First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
build.sh First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
disclosure.md First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
faq.md First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
index.md First published Milk Sad website commit 2023-11-10 17:17:52 +01:00
lookup.md First published Milk Sad website commit 2023-11-10 17:17:52 +01:00

README.md

distrust.co

Web page source.

Instructions

  1. If the repo was not cloned with submodules:
$ git submodule update --init --recursive

You can manually clone the submodule into the dir if the above command doesn't work:

git clone https://github.com/b2a3e8/jekyll-theme-console _vendor/jekyll-theme-console
  1. Install make.
  2. Install docker
  3. Build Docker container
$ make build
  1. Serve site at 0.0.0.0:4000:
$ make serve

Publish Docker container to Codeberg

  1. Use docker login with a Codeberg PAT with write package scope
  2. Tag container with Codeberg repo name
docker tag milksad-distrust-co codeberg.org/distrust/milksad-distrust-co
  1. Push container to Codeberg container registry
dockerb push codeberg.org/distrust/milksad-distrust-co

Generate Static Files

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

Cleanup

  1. Remove all build artifacts:
$ make fullclean