I'm not suggesting this is a bug in Cryogen (for which many thanks, by the way; it's an excellent tool); it may be a bug I've introduced through misunderstanding.
If it is a problem other users are experiencing I will try to create a fix and submit a pull request, if that's acceptable.
The problem is that I'm getting the path element /blog/ both appended to :site-url and prepended to :uri, so that, for example,
Now: I've created my own theme which is a heavily hacked version of the standard blue theme, but I haven't hacked any of the Clojure code at all (yet); and the /blog/blog/ problem is present even if I switch back to the standard blue theme, so if this is my problem it's not one I have introduced in my theme.
The other possibility is that I've misconfigured my config.edn, which I'll attach; but the possibly-significant bindings are:
I believe the issue is that you've got "/blog" in both your :site-url and your :blog-prefix. Remove it from the :site-url key and that should fix your problem 😊
I'm not suggesting this is a bug in Cryogen (for which many thanks, by the way; it's an excellent tool); it may be a bug I've introduced through misunderstanding.
If it is a problem other users are experiencing I will try to create a fix and submit a pull request, if that's acceptable.
The problem is that I'm getting the path element
/blog/
both appended to:site-url
and prepended to:uri
, so that, for example,(in
themes/blue/html/base.html
) is expanded asNow: I've created my own theme which is a heavily hacked version of the standard
blue
theme, but I haven't hacked any of the Clojure code at all (yet); and the/blog/blog/
problem is present even if I switch back to the standardblue
theme, so if this is my problem it's not one I have introduced in my theme.The other possibility is that I've misconfigured my
config.edn
, which I'll attach; but the possibly-significant bindings are:(ah, OK, GitHub doesn't accept EDN as an upload format! The following is the whole content of my
config.edn
)