Skip to content

golubitsky/blog

Repository files navigation

live

Development

Spin up the dev server; live reload is enabled:

docker-compose build
docker-compose up

Live at http://localhost:4000/blog/

Update gems:

docker compose run --rm develop bundle update github-pages

CSS

Add custom styles to assets/main.scss.

TODO