Project

jekyll-s3

0.08
No commit activity in last 3 years
No release in over 3 years
This Gem allows you to push your Jekyll blog to AWS S3. In addition, you can use this Gem to invalidate the related Cloudfront distribution, making it easy to deliver your blog via the CDN.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.5.1
>= 0
>= 0
~> 2.5.0
~> 1.8.0

Runtime

 Project Readme

jekyll-s3

Dear everyone

The development of jekyll-s3 has moved to s3_website. It's a fork of jekyll-s3, and it contains the same features.

In addition to Jekyll users, the gem s3_website attempts to serve users who use other static website generators. For example, s3_website supports Nanoc.

For current jekyll-s3 users

Migrating from jekyll-s3 to s3_website

If you are an existing jekyll-s3 user, here's how you can migrate to s3_website:

  1. Install the gem with gem install s3_website
  2. Rename the file _jekyll_s3.yml to s3_website.yml
  3. Use the command s3_website push to deploy your website to S3. This does the same thing as calling jekyll-s3 does.

You don't have to change anything in the configuration file.

Backward incompatible changes

If you have been using jekyll-s3 as a library, you need to adjust your API calls a little bit. The logic is the same. See the README of s3_website for more info.

Also the -h as in headless is no longer available; --headless still works.

Want to stick to jekyll-s3?

That's fine. The codebase and documentation are here: https://github.com/laurilehmijoki/jekyll-s3/tree/master/. All the existing versions are of course available on RubyGems, and they will be.

However, please take into account that I'm planning to incorporate all the new features into s3_website instead of jekyll-s3. If you are considering to send a pull request for jekyll-s3, please fork s3_website instead, and send the pull request there.

Regards Lauri