Pages

Saturday, 30 November 2024

基于ruby的博客程序Goose

 Goose🐦 is a simple and lightweight text style blog application. 

Overview

Goose is a simple and lightweight text-style blog application that only uses three tables to store blog data. It's built on top of Ruby on Rails and SQLite 3. Goose has a beautiful admin interface and markdown support, it's very easy to use, it's a good choice for a personal blog.

Environment variables

In order to safely to run Goose, ensure is set the SECRET_KEY_BASE environment value.

Name Description Default
SECRET_KEY_BASE Secret key base for rails NULL
RAILS_LOG_TO_STDOUT Log to stdout NULL

 from https://github.com/blackstorm/goose

 

No comments:

Post a Comment