KumaMCN Github Pages and SourceCode for KumaMCN member.
kumamcnのGithub Pagesをメンバー間で編集するためのソースコード
Hugoで静的ファイルを生成し、Github Pagesでホスティング
- テキストエディタ
- Gitクライアント
- Hugo (v0.65で動作確認)
kumamcn/kumamcn.github.ioをfork
$ git clone <forkしたリポジトリURL>
$ cd kumamcn.github.io
$ git submodule init
$ git submodule update
$ hugo server
ローカルサーバで動作確認ができる
$ hugo
docs/以下に生成されるので、それも含めてコミットすること
- Fork it ( https://github.com/kumamcn/kumamcn.github.io/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request