koistya / tarkus.me

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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:Apache License 2.0


Languages

Language:JavaScript 66.1%Language:CSS 33.9%