文件名称:blarg:一个简单的markdown博客
文件大小:44KB
文件格式:ZIP
更新时间:2024-07-23 17:18:52
Ruby
布拉格
Ruby 2 下 Rails 4 上的博客应用程序,使用 Kramdown 支持降价。
去做
更轻松地访问管理功能
造型/主题
安装
安装应用程序和依赖项
git clone git://github.com/ctreatma/blarg.git
cd blarg
bundle install
rake db:migrate
设置BLARG_SECRET_KEY环境变量。 它的长度必须至少为 30 个字符。
运行rails c创建管理员用户
u = User.new(email: '
【文件预览】:
blarg-master
----.gitignore(596B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----.rspec(8B)
----.ruby-gemset(6B)
----bin()
--------rails(146B)
--------bundle(129B)
--------rake(90B)
----.travis.yml(748B)
----log()
--------.keep(0B)
----.rubocop.yml(224B)
----db()
--------migrate()
--------schema.rb(1KB)
----.ruby-version(16B)
----public()
--------robots.txt(204B)
--------422.html(1KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(1KB)
----spec()
--------models()
--------spec_helper.rb(2KB)
--------controllers()
--------features()
----README.md(653B)
----vendor()
--------assets()
----config()
--------settings.yml(55B)
--------boot.rb(170B)
--------database.yml(484B)
--------routes.rb(363B)
--------environments()
--------environment.rb(151B)
--------application.rb(571B)
--------locales()
--------puma.rb(554B)
--------initializers()
--------application.yml.enc(432B)
----lib()
--------assets()
--------tasks()
----Procfile(40B)
----Gemfile(484B)
----Rakefile(252B)
----Gemfile.lock(4KB)