Classic Blog CMS with Ruby on Rails.
http://blog.tnantoka.com/
User
$ rails c
> User.new(email: 'test', password: 'pass', password_confirmation: 'pass').save(validate: false)
Environment Variables
# ENV
BLOG_DATABASE_USERNAME=""
BLOG_DATABASE_PASSWORD=""
BLOG_DATABASE_SOCKET="/path/to/mysql.sock"
SECRET_KEY_BASE=""
DEVISE_SECRET_KEY=""
GITHUB_KEY=""
GITHUB_SECRET=""
Deploy
# .env
DEPLOY_BRANCH=""
DEPLOY_TO=""
DEPLOY_HOST=""
DEPLOY_USER=""
$ cap production deploy
Settings
# config/settings.local.yml
site:
title: 'Title'
copyright:
label: '© 2014 name'
url: 'http://example.com/'
footer_links:
- label_ruby: "t('.feed')"
url_ruby: 'posts_path(format: :atom)'
- label: 'Special Thanks'
url: '/thanks'
exception_notification:
prefix: '[Blog] '
sender: '"notifier" <notifier@example.com>'
recipients:
- 'recipient@example.com'
tweet:
prefix: 'New post'
suffix: '@tnantoka'
from https://github.com/tnantoka/blog
----------
blog for 2014, which is powered by Rails 2.1
http://2014.8-p.info/
from https://github.com/kzys/2014
No comments:
Post a Comment