Skip to content

rarednine/static-site-starter

 
 

Repository files navigation

Static Website Starter Kit

This is a static site project template powered by Gulp, Assemble, Handlebars, Bootstrap, LESS, BrowserSync; and pre-configured for deployment to Amazon S3 / CloudFront (CDN hosting).

Getting Started

  1. Fork this repo and rename it under your own GitHub account
  2. Open it in GitHub for Mac (or GitHub for Windows) and start hacking

Questions & Answers

Blogs & Articles

How to Build

> gulp build    # or `gulp build --release`

How to Run

> gulp          # or `gulp --release`

This command builds the project, launches browser-sync development server and starts listening for modifications in source files.

How to Deploy

If Travis CI is watching this repo, it will deploy the site automatically after each commit. Otherwise, you may deploy it manually by running:

> gulp deploy

You just need to make sure that you have set AWS_KEY and AWS_SECRET environment variables.

Keeping Up-to-Date

Down the road you may want to pull and merge the latest updates from this repo back to your local project. To do so, you simply run:

> git fetch upstream
> git checkout master
> git merge upstream/master

For more details see: Syncing a Fork on GitHub

Credits

Support

Have questions or need help? Contact me via email hello@tarkus.me or Skype: koistya.

About

Static Site Starter Kit (static site generator) powered by Gulp, Assemble, Handlebars, Bootstrap, LESS, BrowserSync; and pre-configured for deployment to Amazon S3 / CloudFront (CDN hosting)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors