serious
serious copied to clipboard
Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup
I've started changes in a topic branch but this PR is incomplete. Hoping to get input so Serious CLI tool can deploy to Heroku Cedar stack successfully. _Changes_ - Removed...
Tests were failing since they are written as if the default was false. Several tests had more results since default value had changed. My fault. Sorry about that.
Wanted to see what you thought about this change @colszowka before I continued on. I haven't written tests yet but I wanted to see if I could pull off this...
Sinatra public config item was renamed to public_folder. I noticed after bundle installing Serious from git source for my site that a new version of Sinatra was installed 1.3.0. When...
This update allows to change the summary delimiter globally through `Serious.set` which has the default of ~ as expected but now adding a delimiter property on the article object where...
hi. after i use "rake article:create" to create an article and edit it,how to the post?(that is: how to generate/update the static site?what's the command to generate/update the static site?)...
I've deployed serious blogs a few times in the past to Heroku with no issues, however this time I'm getting a strange issue. I can see heroku install gems listed...
The pre-defined styles should be auto-updateable with the changes to be made in #1 This can be handled by providing an application.css in addition to the built-in serious.css. The serious.css...
Currently, the views and public folders can only be copied to the app on install. This should be moved to a set of Thor tasks, so updating those on serious...