Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahenrique94/jekyll-mhc-project-doc

Tema para sites feitos com Jekyll
https://github.com/mahenrique94/jekyll-mhc-project-doc

jekyll jekyll-theme jekyll-themes theme themes-jekyll

Last synced: about 6 hours ago
JSON representation

Tema para sites feitos com Jekyll

Awesome Lists containing this project

README

        

# mhc-project-doc

## Instalação

Adicione esse linha no `Gemfile` do seu site feito com Jekyll:

```ruby
gem "mhc-project-doc"
```

Adicione essa linha no `_config.yml` do seu site fieto com Jekyll:

```yaml
theme: mhc-project-doc
```

Então execute:

$ bundle

Ou instale você mesmo com:

$ gem install mhc-project-doc