https://nodejs.org/en/download/
Install ruby and ruby gems: https://www.ruby-lang.org/en/documentation/installation/
Install Jekyll gem
gem install jekyll
npm install -g fsh-sushi
sushi --help
./_updatePublisher.sh
./_genonce.sh
Open `./output/
cd <project-directory>
docker-compose up ig
The generated output files should end up in /output.
Any local changes to the input files will also be picked up due to the volume mappings in the docker-compose.yml
volume configuration:
ig:
image: ghcr.io/b-techbw/bw-lab-ig:latest
container_name: ig
volumes:
- ./input:/ig/input
- ./output:/ig/output