cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
cpmcdaniel 2020-03-29T21:59:41.004800Z

@carmen where does the Selmer variable sidebar-pages come from?

cpmcdaniel 2020-03-29T22:00:43.005400Z

I see the :navbar? docs, but I'm wondering where in the code this happens

cpmcdaniel 2020-03-29T22:02:35.005800Z

oh, I see it's in a the cryogen-core project

1👍
carmen 2020-03-29T22:04:02.007Z

Any page that doesn't have :navbar? true will go into sidebar-pages :)

cpmcdaniel 2020-03-29T22:18:04.007600Z

ok, how can I put static resources into my site root, like a robots.txt file?

carmen 2020-03-29T22:19:50.008300Z

List them in the :resources key in your config.edn

carmen 2020-03-29T22:20:00.008700Z

And they will be copied over from content to public

carmen 2020-03-29T22:20:43.009600Z

Alternatively you can place them in public and list them in keep-files to prevent them from being wiped out upon compilation

cpmcdaniel 2020-03-29T23:24:54.010Z

ah, so resources can be individual files as well as directories

cpmcdaniel 2020-03-29T23:25:16.010600Z

that makes sense - it's just like a unix cp command

carmen 2020-03-29T23:39:41.011Z

Yup