I configured https://github.com/11ty/eleventy-base-blog so that it renders org files using pandoc.
podman build –build-arg UID=$(id -u) –build-arg GID=$(id -g) -t my-11ty . podman run –userns=keep-id -it –rm -p 8080:8080 –volume $(pwd):/home/node/blog my-11ty bash -l
Add a remote named eleventy-base-blog–updates that points to https://github.com/11ty/eleventy-base-blog and merge into 11ty.
- [ ] Description is commented out temporarily, I haven’t decided what it should be.