Shrutarshi Basu

Results 20 comments of Shrutarshi Basu

Hmm, I suppose I could define each component of the template separately (possibly as Pollen code) and then each `template.html.p` file combines the components I want.

I ended up addressing this by doing as much as possible with X-expressions in Racket. I have a bunch of snippets which look like: ```racket ;; Default code snippets, mostly...

Using Racket symbols instead of URLs enables something I've wanted from CMS' for a while: defining commonly used links outside of individual posts. So instead of `'google` being defined in...

Ahh ok, that's interesting. I am still a Racket newbie, so not entirely clear on the various different datatypes and their representations. This might be too much overhead for most...

I meant overhead for authors/users. I don't know if there are links I repeat often enough to make this approach worthwhile. Still cool to be able to do it though.

That's very cool! My personal approach is to build everything locally and `rsync` only the output HTML files to my server.

I'm still having issues with this. I tried to use Racket-mode and in doing so realized that the documentation had not been properly installed. So I tried running `raco setup`,...

I installed Racket 7.7 from the racket-minimal tarball. I still get stuck in the same place: ``` raco setup: 1 running: /racket-index/scribblings/main/local-redirect.scrbl raco setup: 3 running: /racket-index/scribblings/main/search.scrbl WARNING: collected information...

I used the non-minimal install from the Racket downloads website, installed locally into `~/.racket` and managed to get things working, including the Pollen install. I don't know what was causing...

I am getting the same error as @tiferrei on macOS ARM Sonoma 14.7.2 and OCaml 5.3.0.