Minimal Jekyll Starter using Basscss and Gulp
Jekyllbase AWS is for deploying your Jekyll site to Amazon S3.
Install Ruby Gems with Bundler
bundle install
Install NPM dependencies
npm install
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
For use on Amazon AWS on a S3 bucket. (Or host it your self.
gulp prod
First read credentials via an .env
file to s3_website.yml
. Do not version control your credentials.
s3_website push