Sha256: 869a79137b2db9c0693a9bc24a511c760381b4dd17fa685e0386ceb2544bcc81

Contents?: true

Size: 1.52 KB

Versions: 5

Compression:

Stored size: 1.52 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)

## Create a new blog using devlopr-jekyll theme - [Guide](https://devlopr.netlify.com/guides/2017/11/19/build-a-blog-using-devlopr-jekyll)

## Deploy devlopr-jekyll blog using Github Pages and Travis CI - [Guide](https://devlopr.netlify.com/guides/2017/11/19/deploy-blog-using-devlopr-jekyll-and-github-pages)


## 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 & 1 rubygems

Version Path
devlopr-0.4.1 README.md
devlopr-0.4.0 README.md
devlopr-0.3.9 README.md
devlopr-0.3.8 README.md
devlopr-0.3.7 README.md