Asset compilation:
guix shell node pnpm imagemagick graphicsmagick ruby@3 make gcc-toolchain -- pnpm run buildPreview
guix shell ruby make gcc-toolchain
BUNDLE_PATH=.bundle bundle install
BUNDLE_PATH=.bundle bundle exec jekyll serveQuick-preview:
guix shell ruby@3 make gcc-toolchain -- sh -c "export BUNDLE_PATH=.bundle && bundle install && bundle exec jekyll serve"Build
BUNDLE_PATH=.bundle bundle exec jekyll build