kriasoft / static-site-starter

Static Website Starter Kit (static site generator) powered by Gulp, Jade, Bootstrap, LESS and BrowserSync. It can automatically deploy your website to GitHub Pages via Travis CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Website Starter Kit   Tips

This is a static site project template powered by Gulp, Jade, Bootstrap, LESS and BrowserSync.

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 BrowserSync 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   # or `gulp deploy --production`

You just need to make sure that you have set GITHUB_TOKEN environment variable.

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

Contributors

Support

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

About

Static Website Starter Kit (static site generator) powered by Gulp, Jade, Bootstrap, LESS and BrowserSync. It can automatically deploy your website to GitHub Pages via Travis CI.

License:Apache License 2.0


Languages

Language:JavaScript 67.3%Language:HTML 27.3%Language:CSS 5.4%