Coder Social home page Coder Social logo

iq-scm / static-site-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kriasoft/static-site-starter

0.0 0.0 0.0 557 KB

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

JavaScript 67.32% CSS 5.43% HTML 27.26%

static-site-starter's Introduction

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 [email protected] or Skype: koistya.

static-site-starter's People

Contributors

frenzzy avatar koistya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.