Skip to content

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)

License

Notifications You must be signed in to change notification settings

koistya/tarkus.me

 
 

Repository files navigation

Static Website Demo

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).

Demo: http://d3kks39dujnhya.cloudfront.net/

Source

https://github.com/kriasoft/static-site-starter

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

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

No packages published

Languages

  • JavaScript 66.1%
  • CSS 33.9%