cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Dormo 2018-10-27T14:42:57.000700Z

Hello! I'm having some problems with Cryogen

Dormo 2018-10-27T14:43:33.001200Z

my :site-url is <https://foo.com/~bar> but the button at the navbar sends me to <https://foo.com>

Dormo 2018-10-27T14:44:04.001600Z

How would I fix this?

Dormo 2018-10-27T14:44:46.002300Z

Oh, whoops. Looks like there's some nginx stuff mentioned in the docs. Ill check that out now

Dormo 2018-10-27T14:45:25.002600Z

Oh, wait, I'm using Apache.

Dormo 2018-10-27T14:47:09.003Z

I tried setting :blog-prefix to /~bar but that doesn't appear to do what i wanted

Dormo 2018-10-27T15:01:44.004300Z

I ended up just modifying the theme to use :site-url instead of :index-uri. Still having an issue with images not displaying but im sure that's a simple fix as well

Dormo 2018-10-27T15:04:53.004700Z

looks like I need to find a way to prefix /~bar to the image URLs

Dormo 2018-10-27T15:14:08.005200Z

Okay, I fixed everything. Even got to undo the theme changes

Dormo 2018-10-27T15:14:54.006200Z

Issue was I didn't realize :blog-prefix was causing a directory named ~bar to be added to resources/public/

Dormo 2018-10-27T15:15:01.006400Z

I was just copying the public folder over

Dormo 2018-10-27T15:15:11.006800Z

and since i didnt clean it it was just reuploading the old files

Dormo 2018-10-27T15:15:24.007100Z

now I copy over the ~bar directory and everything works 🙂

jeff.terrell 2018-10-27T23:41:26.007300Z

Glad you figured it out. :simple_smile: