This is the source code of https://adr.github.io. It is based on the Chirpy theme.
git remote add chirpy-starter [email protected]:cotes2020/chirpy-starter.git
get fetch chirpy-starter
git merge chirpy-starter/main
Check if assets/lib
is empty.
If it is, execute git submodule init
and then git submodule update
.
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/bash
gem install bundler && bundle install
bundle exec jekyll serve -H 0.0.0.0 -t
- Open web browser at http://localhost:4000/.