Skip to content

idevqa/interval

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published