Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 462 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 462 Bytes

Dockerized Middleman

To Use

  1. docker-compose build
  2. docker-compose up
  • That's it!
  • Live reload should be enabled.
  • If you have any issues or need to change anything ruby related just restart the container with:
    1. docker-compose down
    2. docker-compose up

Edit: I love Middleman but apparently the middleman-blog plugin appears to be no longer maintained and I switched to Jekyll.