CactusBlog icon indicating copy to clipboard operation
CactusBlog copied to clipboard

Example blog for Cactus

Results 9 CactusBlog issues
Sort by recently updated
recently updated
newest added

Hi, I've been trying out Cactus using this blog, but when I launch it with I get a bunch of messages like this: {{ STATIC_URL }} is deprecated, use {%...

index.html: {{ STATIC_URL }} is deprecated, use {% static '/static/path/to/file' %} instead. {{ ROOT_URL }} is deprecated, use {% url '/page.html' %} instead. (+ the same errors in posts/)

Is there an updated version of this somewhere? I am unable to get his to work. It doesn't seem that the blog.py plugin is putting together the posts list.

Not sure if this is going to be of value to everyone out there. Actually we should have a way to be able to give in arbitrary number of key...

I'm using cactus installed from current master via pip. If config.json contains `"prettify": true` and I enter a wrong URL, cactus searches error.html instead of error/index.html. This is the error...

One of the commit is unrelated, just getting rid of some warnings. Let me know if you prefer a cleaner pull request. One thing I don't like is that one...

Updated robots.txt in the CactusBlog example to reflect Cactus update: https://github.com/koenbok/Cactus/commit/8aef21732bfc9aaa338306c540422e7141540cdc

I love cactus and use it for my personal and my company's blog. I've been getting requests from readers for an RSS feed. If I built this would this be...

post.body preview doesn't show up in index.html. {{ post.body|truncatewords_html:30}} should show a preview, right? Any way around this?