sinatra-jekyll-hybrid

sinatra-jekyll-hybrid

Template for using jekyll and sinatra for a simple websites with some ajax components, e.g. a contact form

Jekyll/Sinatra hybrid app

App template using jekyll and sinatra that can be used for simple websites with some ajax components, e.g. a contact form.

This reposititory was meant as a starting point to be used with github-heroku-jekyll-hook as described in the article "Automatically build and deploy Jekyll sites to heroku".

how to

  • install gems: bundle install
  • build: jekyll build
  • run: foreman start

Live Demo