Adam Hill
Adam Hill
@saarrooiii I added some example code to make sure I understood how the redirects are working in https://github.com/adamghill/django-unicorn/pull/424 in case that's useful. One thing that is...confusing is that the URLs...
> I'll then make a commit to implement this functionality in unicorn (if people are interested). I'm interested! That would be awesome. :) I wonder if the `state` parameter could...
I have to admit that the integrated mode is the least tested although I do personally use `coltrane` that way, e.g. https://devmarks.io/about. I see the same error you mentioned when...
Adding something like this to your regular settings file should clear up that error. But, I can definitely make that error clearer. I'm also wondering if falling back to the...
https://github.com/adamghill/coltrane/blob/e573dbdba9c7835babbb2e313f5ff4775354dd4e/coltrane/config/settings.py#L48 is only used for the rss feed. I needed some way to build an absolute URL so I need the domain for the site. One way to do that...
Perfect, I'll make that change. 👍
#41 adds more documentation, better error message, and changes `SITE` to `SITE_URL` to hopefully be more clear so I'm going to close this issue now.
Well, I'll take all the help I can get! 😄 Yep, `python-markdown2` handles the frontmatter already, but I think it would be useful to provide documentation about standard defaults and...
I originally thought about the filesystem cache instead of `manifest.json`, but I liked the idea of something that was easily readable. But, I ended up writing a lot of code...
`Context` works for me, thanks! Do you want a separate issue for the `publish_date` stuff?