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

https://github.com/encoreshao/blog

Encore's Blog - Rails5, Ruby2.5
https://github.com/encoreshao/blog

blog icmoc postgresql rails5 ruby ruby-on-rails themes

Last synced: about 2 months ago
JSON representation

Encore's Blog - Rails5, Ruby2.5

Awesome Lists containing this project

README

          

# Encore's Blog!!!

Things you may want to cover:

* Ruby - 2.5.1
* Rails - 5.2.1

### Rouge Themes

* <% require 'rouge' %>
* <%= Rouge::Themes::ThankfulEyes.render(:scope => '.highlight') %>
* <%= Rouge::Themes::Base16.render %>
* <%= Rouge::Themes::ThankfulEyes.render(scope: '.highlight') %>
* <%= Rouge::Themes::Monokai.render(scope: '.highlight') %>
* <%= Rouge::Themes::MonokaiSublime.render(scope: '.highlight') %>
* <%= Rouge::Themes::Molokai.render(scope: '.highlight') %>
* <%= Rouge::Themes::Colorful.render(scope: '.highlight') %>