HTML Sucks Completely (HSC) is a fitting name for what might be one of the first of many static site generators (SSG).
Check out this
really nice approach to rendering
fully static LaTeX with
hugo
by caching remote fetches from
a quick and simple KaTeX API.
Really clever — glad to see that someone tried it.
Custom output formats and
remote fetching
at compile time are two very important features.
If you’re not familiar with deno
, try out the
with the command
deno run
.
$ deno run --allow-net main.ts
Listening on http://localhost:8000
yj is handy for converting between YAML, TOML, JSON, and HCL. yes.
yj -yj -i < config.yaml > config.json
yj -yt -i < config.yaml > config.toml
yj -yc < config.yaml > config.hcl
imscript
is interesting. It’s a
collection of standalone image processing utilities:
repository.