Sha256: 24ca5e66dd61163bfb5482eacb0eca2ca7e03f5ac5533ddd07fae68c3b060820

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 KB

Contents


### Build a free blog using devlopr jekyll and Github Pages

[![Gem Version](https://badge.fury.io/rb/devlopr.svg)](https://badge.fury.io/rb/devlopr)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4232ac2b-63e0-4c78-92e0-e95aad5ab8c3/deploy-status)](https://app.netlify.com/sites/devlopr/deploys)
![](https://ruby-gem-downloads-badge.herokuapp.com/devlopr?type=total&color=brightgreen&style=plastic)

### Demo - [here](https://devlopr.netlify.com)

## Build and Deploy a new blog using devlopr-jekyll theme using 3 Easy Steps - [Guide](https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll/)

## Screenshots:

![Screenshot 1](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot1.png)

![Screenshot 2](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot2.png)

![Screenshot 3](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot3.png)

![Screenshot 4](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot4.png)


# Run using Docker 

```
$ git clone 
$ cd repo
$ export JEKYLL_VERSION=3.8
$ docker run --rm --volume="$PWD" -it jekyll/jekyll:$JEKYLL_VERSION jekyll build
$ jekyll serve
```

## Licence

The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).



Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
devlopr-0.4.5 README.md
devlopr-0.4.4 README.md
devlopr-0.4.3 README.md
devlopr-0.4.2 README.md
devlopr-jekyll-0.4.2 README.md