Carmen La

Results 15 comments of Carmen La

Downgrading Node to 14.17.5 worked for me as well.

Sounds like a good idea! The compiler namespace has become quite overgrown as new features were added and I think the three phases that you proposed is a nice, logical...

>Yeah, I'm interested in working on this. Awesome! > I could start by refactoring the way cryogen reads files as a relatively self-contained step. That sounds like a good place...

Heh, personally I just put the "to top" button/link at the bottom of the page but this is a nice upgrade. If you want to update the theme templates, that...

I think a dedicated page would be nice, and there's already a "Deployment" section on the docs site for that. If you could provide the PR that would be great...

I agree that an automated implementation would be best for this feature. My original concern with this was that user generated `:id`'s would get too fiddly. > I'd like to...

@hantuzun I don't think creation dates should be used since those may not necessarily be unique. Another way to generate `:id`'s could be by hashing the file names of the...

@tjungbauer good thinking using the extension capabilities. What part did you get tripped up on? The two extension functions basically allow you to manipulate the post/site data (adding keys, changing...

@tjungbauer oh I see :) The example code should be placed [here](https://github.com/stderrat/blog-src/blob/master/src/cryogen/server.clj#L16) and [here](https://github.com/stderrat/blog-src/blob/master/src/cryogen/core.clj#L7). The first is called when you run `lein ring server` and the second is called when...