moby / mobywebsite

website for the moby project
https://mobyproject.org
Apache License 2.0
33 stars 49 forks source link

Dockerfile to build website #61

Closed crazy-max closed 2 years ago

crazy-max commented 2 years ago

Adds Dockerfile to build the website. Also pin dependencies and create a GHA workflow to check build runs fine.

You can check locally with:

$ make deploy
# open your browser at http://localhost:4000

Atm deploy target does not listen for changes but we could enable Jekyll watch in a follow-up.

crazy-max commented 2 years ago

@sam-thibault Looks like we need to warmup GitHub Actions in this repo so build can be triggered. Will open another PR for this.