Alexey Zapparov
Alexey Zapparov
Sitemap generation for toto is in fact as easy as simple Rake task: ``` rake BLOG_URL = "http://blog.ixti.net/" desc "Rebuild sitemap" task :sitemap do xml = Builder::XmlMarkup.new(:indent => 2) xml.urlset...
Hm... Probably my branch of toto works with archives a little bit different way. Will recheck and let you know possible fi for your blog.
First of all i have a small typos in my Rakefile :)) So you can resync with latest version of it :)) But the problem was not with rake task....
I believe that server side solution is robust, but it looks improper for me. Why we need to highlight code on server side? It's not the part of the content...
Specify port number as part of your website url in config: ``` ruby #... set :url, "http://example.com:3000" #... ```
Might be fixed (if patch will be included into upstream) by #96
Basically you can provide your lambda in config: ``` ruby set :to_html, lambda {|path, page, ctx| # returns an html, from a path & context if :layout == page #...
Can you attach your code (with filename) that works wrong?
Toto is a blog for hackers. And basically being able simply edit posts as plain text in markdown was one of most important things to me. I believe that ins...
Toto has nothing to do with Rails. If you want to have `.erb` extensions you can achieve this goal easily, simply provide following option in your toto settings under `config.ru`:...