You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install the gem with gem install s3_website
Rename the file _jekyll_s3.yml to s3_website.yml
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.
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.