cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
chiniara 2020-02-12T17:45:01.032300Z

Hey everyone, im trying to make my blog with cryogen , but im receiving an erro from a fresh project

chiniara 2020-02-12T17:45:09.032500Z

loading module: Flexmark parser
compiling assets...
compiling sass
copying theme resources
         themes/blue/css --> public/blog/css
         themes/blue/js --> public/blog/js
         themes/blue/html/404.html --> public/blog/404.html
copying resources
         content/img --> public/blog/img
         content/md/posts --> public/blog/posts
         content/md/pages --> public/blog/pages
compiling pages
--> /blog/pages-output/about/
Error: resource-path for /html/page.html returned nil, typically means the file doesn't exist in your classpath.

chiniara 2020-02-12T17:45:25.032800Z

im on windows

chiniara 2020-02-12T17:47:48.033100Z

Tried to fix it but with no success

chiniara 2020-02-12T18:07:29.033500Z

Im suspecting it has something to do with the template inheritance

chiniara 2020-02-12T21:20:07.033700Z

help?

carmen 2020-02-12T22:18:53.035100Z

@chiniara.fillippe sorry, I don't use windows nor can I reproduce it on macos... I don't think it's inheritance though. Windows uses \ as a delimiter rather than / so Selmer can't find the resource

chiniara 2020-02-12T22:20:33.035700Z

Yeah I mean, it wasn't finding the base path or something

chiniara 2020-02-12T22:20:46.036100Z

This is probably a windows only issue :/

carmen 2020-02-12T22:23:34.037Z

People have definitely used it from windows before... I think it's maybe one of the newer of versions of Selmer where something changed

chiniara 2020-02-12T23:28:39.037400Z

I'll try to use an earlier version then

chiniara 2020-02-12T23:28:46.037700Z

Let's see if it works