adr.github.io
adr.github.io copied to clipboard
Homepage of the ADR GitHub organization
adr.github.io
This is the source code of https://adr.github.io. It is based on the Chirpy theme.
Development
Updating the theme
git remote add chirpy-starter [email protected]:cotes2020/chirpy-starter.gitget fetch chirpy-startergit merge chirpy-starter/main
Icons missing
Check if assets/lib is empty.
If it is, execute git submodule init and then git submodule update.
Running jekyll via Docker
docker run --rm -it -p 4000:4000 -v "C:\git-repositories\adr.github.io\adr.github.io:/tmp/adr" mcr.microsoft.com/devcontainers/jekyll:2-bullseye /bin/bashgem install bundler && bundle installbundle exec jekyll serve -H 0.0.0.0 -t- Open web browser at http://localhost:4000/.