Public milksad.info website source code repository
https://milksad.info
947d22a5a3 | ||
---|---|---|
_includes | ||
_layouts | ||
_plugins | ||
_posts | ||
_sass | ||
assets | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
404.html | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Makefile | ||
README.md | ||
_config.yml | ||
build.sh | ||
disclosure.md | ||
faq.md | ||
index.md | ||
lookup.md | ||
nginx.conf | ||
updates.md |
README.md
milksad.info
Web page source.
Instructions
- Install
make
. - Install
docker
- Build Docker container
$ make build
- Serve site at
0.0.0.0:4000
:
$ make serve
Publish Docker container to Registry
- Use
docker login
with a permission token with write package scope - Tag container with repo name
docker tag milksad-distrust-co git.distrust.co/milksad/website
- Push container to container registry
docker push git.distrust.co/milksad/website
Generate Static Files
- Output static files in
_site
directory:
$ make _site
Cleanup
- Remove all build artifacts:
$ make fullclean