Source of the web page served at https://acotten.com.
This work is dual-licensed under Creative Commons Attribution 4.0 International and ISC.
The content of pages and articles—which includes texts, media and code snippets—is covered by Creative Commons Attribution 4.0 International License, unless otherwise specified.
The Bay theme for Jekyll—which this website is based on—was created by Eliott Vincent, and is covered by ISC.
SPDX-License-Identifier: Creative Commons Attribution 4.0 International AND ISC
nix develop --command bundle-lock
nix develop --command jekyll serve --drafts
Using the Docker image from actions/jekyll-build-pages
echo "$GITHUB_TOKEN" | docker login ghcr.io --username "$GITHUB_USER" --password-stdin
docker container run -i --rm \
-w /workspace -v "$PWD":/workspace \
-p 4000:4000 \
--entrypoint=bundle \
ghcr.io/actions/jekyll-build-pages:v1.0.13 exec jekyll serve -H 0.0.0.0 --drafts