/kids

Primary LanguageRuby

Blog of Kids

Start with things

docker compose run -it jekyll bash -c "jekyll new --skip-bundle ."

to update local

rm -rf .sass-cache;rm -rf _site; docker compose up