这个是 interval 的发布器,基于 Hugo 制作的。用来对 Git Pages 进行发布使用。后期计划使用 webhook 制作成自动化发布模式。
$ brew install hugo
$ git clone [email protected]:idevqa/interval.git && cd interval
$ git submodule update --init
$ hugo server -D
or if you hava bundle environment, you can use rake action to run hugo server:
$ rake s
$ 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
$ rake
# or
$ rake publish