toto
toto copied to clipboard
the 10 second blog-engine for hackers
I really like toto's simplicity and approach, but I want to use it for non-blog sites - e.g. just a bunch of static pages, usually hierarchically arranged. The biggest issue...
When I click the link to the full article I get a 404. What is wrong and how do I fix it?
Trying to see if this solution could work for us, so I setup git clone git://github.com/cloudhead/dorothy.git myblog on heroku. The problem is all read on links do not work, is...
This code does not make the correct utf-8 conversion. ``` #... def slugize self.downcase.gsub(/&/, 'and').gsub(/\s+/, '-').gsub(/[^a-z0-9-]/, '') end #... ``` The following link will probably help. http://code.djangoproject.com/browser/django/tags/releases/1.1.1/django/contrib/admin/media/js/urlify.js
I would love to use partials within haml. However, when I try to render a partial, the to_html method fails. What do I need to add to the render call?...
Was wondering how to get toto to display Japanese characters? Anyone know a way to make this happen? ps I searched far and wide / high and low for this...
I found Calepin, a service that serves up Markdown formatted files stored in a Dropbox folder. But it has some significant drawbacks that our beloved toto solves, namely that toto...
Sitemap?
Is anyone working on a sitemap implementation for Toto? If not, any pointers on extensibility points one might leverage?
It seems current rdiscount gem doesn't support html5 tags. Is there any other options to customize it? Now I am using 'redcarpet' for markdown.
Is there a way to read articles directly from github, using a separate repositiory? I would like to to have my application write articles through an input mask and store...