Commit graph

14 commits

Author SHA1 Message Date
Ruud van Asseldonk
2abd340013 Link to installation chapter in manual from website 2025-03-02 20:51:55 +01:00
Ruud van Asseldonk
3327e4fbfb Add repository links to website footer 2025-02-28 20:21:56 +01:00
Ruud van Asseldonk
08fd5c7414 Reorder website sections 2025-02-28 20:17:02 +01:00
Ruud van Asseldonk
b1b32adcbc Make website header responsive
Now that I added this "Playground" link, it doesn't fit on one line any
more on mobile. Maybe it needs a hamburger menu but that also doesn't
make that much sense with so few items. For now, I am very sorry
Codeberg, but probably fewer people click that link than people who want
the GitHub repo. The Codeberg repo is still linked further down.
2025-02-28 20:11:33 +01:00
Ruud van Asseldonk
9fa6aa7b78 Tweak section order in readme and website 2025-02-28 20:02:55 +01:00
Ruud van Asseldonk
283e91d6c4 Add status section on the website 2025-02-27 22:50:33 +01:00
Ruud van Asseldonk
60ce70e1a8 Overhaul the readme and docs index page 2025-02-27 22:29:13 +01:00
Ruud van Asseldonk
a3103a9bb1 Remove the json superset vaporware warnings
RCL is now truly -- for all practical purposes, yeah yeah pedantics
surrogate pairs and a file with 20 GiB of zeros are technically valid
json but let's talk about documents used in the real world -- a json
superset!

Also I think I should try to make the readme and index pages a bit more
attractive to people who discover this. I wrote them from my niche
perspective and I had a lot of background about what I was building, but
probably it needs to be explained more to new users.

Also improve a few other things, e.g. as a quick hack, add a
"Playground" link in the website header to make the feature more
discoverable. We can extract it into a separate page at a later stage.
2025-02-26 19:17:17 +01:00
Sergey Mishin
d0ac7dd8e8 Pin cloudflare dns record example link
It appears that Cloudflare module for Terraform is experiencing and
API change in v5 [0]. The v5 is only in alpha release now, so I'm not
sure how long it will take to reach the release.

Pinning the link to 4.49.1 is a workaround for the time being.

For v5, the relevant at the moment page is [1].

0:
https://registry.terraform.io/providers/cloudflare/cloudflare/latest

1:
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/dns_record
2024-12-29 21:03:56 +01:00
Ruud van Asseldonk
b796ea0c3c Highlight map and filter on puzzle on the website 2024-07-11 22:56:05 +02:00
Ruud van Asseldonk
606f0d13ee Make website resources input-addressible
Okay on my first deploy I ran into caching issues already, let's sort
this out right away.
2024-06-23 11:34:33 +02:00
Ruud van Asseldonk
af04de99ff Turn website into a Nix package too
So it is easy for me to keep the website in sync with the code, it will
just reference the correct wasm build. I'm so glad I automated this with
Nix!
2024-06-23 10:41:45 +02:00
Ruud van Asseldonk
36c11b59a7 Delete unused icon
Maybe I can revive it at some point, for now the favicon will do.
2024-05-11 17:51:17 +02:00
Ruud van Asseldonk
886a935f9d Merge website into the main repository
I originally developed the website in a separate Git repository, but to
keep them in sync, and also to be able to accept contributions, it is
nicer to have them in the same repository. Merge the histories using a
subtree merge.
2024-05-11 17:47:48 +02:00