devlopr-starter

devlopr-starter

Starter Template for devlopr jekyll theme

Devlopr Jekyll Template

Use this template to create your own blog using the devlopr jekyll theme:

  1. Create a new repo using the template for eg. myblog

  2. Clone your repo locally

git clone https://github.com/yourusername/myblog.git
cd myblog
  1. Open and Modify the _config.yml file - replace with your own details

  2. Install dependencies

bundle install

  1. Run locally

Windows:

bundle exec jekyll serve

Linux:

jekyll serve