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.

  • 所有者: kriasoft/static-site-starter
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者kriasoft/static-site-starter
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證Apache License 2.0
所有者活动
創建於2014-07-11 09:59:23
推送於2020-09-30 21:10:40
最后一次提交2015-04-09 23:49:41
發布數1
最新版本名稱v0.2.0 (發布於 )
第一版名稱v0.2.0 (發布於 )
用户参与
星數134
關注者數14
派生數58
提交數85
已啟用問題?
問題數13
打開的問題數8
拉請求數1
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?