Skip to content

appwebhouse/Sinatra-Jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra + Jekyll + Heroku

Template sinatra with jekyll blog application ready for deployment to Heroku

Good examples of the following:

  • Use of Jekyll in combination with Sinatra
  • Disqus as comment system for articles
  • Dotenv to load environment variables
  • Markdown and Erb

Running this application locally

  • install gems: bundle install
  • build: jekyll build
  • run: rackup
  • visit: localhost:9292

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published