Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.85 KB

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