Skip to content

Fork of my Jekyll starter Jekyllbase https://github.com/urre/jekyllbase. Jekyllbase AWS is for deploying your Jekyll site to Amazon S3.

License

Notifications You must be signed in to change notification settings

urre/jekyllbase-aws

Repository files navigation

Jekyllbase AWS

Jekyllbase AWS is for deploying your Jekyll site to Amazon S3.

Setup

Install Ruby Gems with Bundler

bundle install 

Install NPM dependencies

npm install

Develop

With a single command you have the site spinning locally at http://localhost:3000/. BrowserSync injects and reloads on file changes (Sass files, Markdown files and html files/includes).

gulp

Build

Build for production

For use on Amazon AWS on a S3 bucket. (Or host it your self.

gulp prod

Deploy

Deploy to Amazon S3 using s3_website or host it yourself.

First read credentials via an .env file to s3_website.yml. Do not version control your credentials.

s3_website push

About

Fork of my Jekyll starter Jekyllbase https://github.com/urre/jekyllbase. Jekyllbase AWS is for deploying your Jekyll site to Amazon S3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages