Sha256: 1cddddcf6b9e6ab31cdec9cbf387bcd2f144d2f84a73af8100f28f9c66b68fd7

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

require 'shinmun'

use Rack::Session::Cookie
use Rack::Reloader

blog = Shinmun::Blog.new(File.dirname(__FILE__))

blog.config = {
  :language => 'en',
  :title => "Blog Title",
  :author => "The Author",
  :categories => ["Ruby", "Javascript"],
  :description => "Blog description"
}

run blog

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
georgi-shinmun-0.5 config.ru
shinmun-1.0.3 config.ru
shinmun-1.0.2 config.ru
shinmun-1.0.1 config.ru
shinmun-1.0 config.ru
shinmun-0.9.2 config.ru
shinmun-0.9.1 config.ru
shinmun-0.9 config.ru
shinmun-0.5.2 config.ru
shinmun-0.5 config.ru