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
- Host: GitHub
- URL: https://github.com/encoreshao/blog
- Owner: encoreshao
- Created: 2017-06-14T16:16:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T14:15:15.000Z (about 5 years ago)
- Last Synced: 2025-02-04T14:49:13.988Z (over 1 year ago)
- Topics: blog, icmoc, postgresql, rails5, ruby, ruby-on-rails, themes
- Language: SCSS
- Homepage: https://blog.icmoc.com
- Size: 4.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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') %>