Sha256: e74b1847a1486421151178f679298e0732260c013d0e91164d77a151b1ca44ce

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

# Github docs

A Jekyll theme for Github styled documentation

### Github pages usage

Just add this line to your _config.yml file:
```yaml
theme: jekyll-theme-primer
```

### Preview jekyll theme locally

Add the following to your site's Gemfile:
```ruby
gem "github-docs"
```

And then execute:
```
$ bundle
```

Or install it yourself as:
```
$ gem install github-docs
```

### Development

1. `$ gem install bundler`
2. `$ bundle install` (install theme deps)
3. `$ bundle exec` (build files)
3. `$ jekyll serve`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github-docs-0.0.1 readme.md