Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 899 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 899 Bytes

Gua-iOS-Interval

Introduction

这个是 interval 的发布器,基于 Hugo 制作的。用来对 Git Pages 进行发布使用。后期计划使用 webhook 制作成自动化发布模式。

Development Deploy

Install Hugo

$ brew install hugo

Clone Repo

$ git clone [email protected]:idevqa/interval.git && cd interval

Initial Git Submodule

$ git submodule update --init

Run Server

$ hugo server -D

or if you hava bundle environment, you can use rake action to run hugo server:

$ rake s

Use Rake Env & Publish

Install Bundler Environment

$ bundle install

If the Bundler is not in your global Gem, you are able to install Bundler in system Gem by the command below.

$ gem install bundler

Publish

$ rake 
# or
$ rake publish

License