Re: [pollen] Caching weirdness with Pollen

2019-03-23 Thread Brendan Stromberger
whoops, *now* the repo should be public. :) On Saturday, March 23, 2019 at 11:55:42 AM UTC-5, Brendan Stromberger wrote: > > That suggestion made sense–I moved all my functions from my non-pollen.rkt > modules into my root pollen.rkt, but it is still caching values until I > restart the server

Re: [pollen] Caching weirdness with Pollen

2019-03-23 Thread Brendan Stromberger
That suggestion made sense–I moved all my functions from my non-pollen.rkt modules into my root pollen.rkt, but it is still caching values until I restart the server and reset the cache. I opened up my repo in case you happen to have time to take a look; https://gitlab.com/bstro/richmond If

Re: [pollen] Moving to Pollen from WordPress

2019-03-23 Thread Matthew Butterick
1) Converting individual HTML pages is sometimes more straightforward than unraveling the mysteries of the XML export. 2) See the `pollen/unstable/convert` module for possibly useful helper functions. https://docs.racket-lang.org/pollen/Convert.html?q=pollen%2Funstable%2Fconvert