Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.32 KB

File metadata and controls

47 lines (27 loc) · 1.32 KB

GitHub Pages 说明(本仓库)

本仓库已按 Project Pages 发布:

master 分支的 /docs
URL https://hypergroups.github.io/hypergroups/
配置 _config.ymlurl: https://hypergroups.github.io/hypergroups

开发文档见仓库根 ../dev/docs/


上游:Use Moonwalk with Github Pages

You can use Github Pages for deploying moonwalk for free.

If you haven't already created your blog using Jekyll, follow the instructions to do so from Jekyll's documentation.

NOTE: if you are using Jekyll with GitHub Pages, see the GitHub Pages installation section.

Then, to style your blog with this theme, add this line to your Jekyll site's Gemfile:

gem "moonwalk"

And add this line to your Jekyll site's _config.yml:

theme: moonwalk

And then execute:

$ bundle

Or install it yourself as:

$ gem install moonwalk

GitHub Pages installation

If you want to use this theme for your Jekyll's site deployed on GitHub Pages, follow the instructions on this page.