Sha256: aa93caed2920f07b59e69c8bc73d80a0c485bf42badbdbc28e6a14ae1b0bb591
Contents?: true
Size: 616 Bytes
Versions: 6
Compression:
Stored size: 616 Bytes
Contents
require 'notee' # Recommendation using .env for manage id & password Notee.configure do |config| # root-user config.notee_id = "hogehoge" config.notee_password = "hogehoge" # recaptcha config.recaptcha_key = "hogehoge" config.recaptcha_secret_key = "hogehoge" # blog config.blog_meta = { title: "Notee", url: "http://hogehoge.com", keyword: "hoge, hoge, hoge", description: "【react&rails】notee is creating CMS(blog) app by only one command.", og_image: "http://hogehoge.com/hoge.png" } # google-analytics config.google_analytics = "hogehogehogehoge" end
Version data entries
6 entries across 6 versions & 1 rubygems