Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 350 Bytes

Private blog

In order to run this blog on your machine you need Docker, or just classical ruby setup, in this guide I'll describe only Docker one

Create an image first:

$ docker-compose build

Start serving of blog with next command:

$ docker-compose up

To build a blog run

$ docker-compose run app jekyll build