Commit Graph

88 Commits

Author SHA1 Message Date
Starbeamrainbowlabs dd6e34bde1
Update changelog, prepare for (another) release 2023-08-01 00:34:35 +01:00
Starbeamrainbowlabs 2840ba4dea
bump version, prepare for release 2023-07-31 18:24:32 +01:00
Starbeamrainbowlabs a465a50244
Bump version to 1.14.3 2023-07-18 00:35:19 +01:00
Starbeamrainbowlabs ee4b3e09bb
Bump version 2023-07-12 20:30:13 +01:00
Starbeamrainbowlabs 1a227e3bd8
docs: h5→h4, h4→h3; style subheadings 2023-07-11 20:31:43 +01:00
Starbeamrainbowlabs 7f4798432e
Bump version! 2023-07-11 18:16:02 +01:00
Starbeamrainbowlabs 7236232dc0
docs: fix the 1st command documented not showing up in the site
Rogue .slice(1)
2023-07-11 00:52:04 +01:00
Starbeamrainbowlabs c8e717a6d6
typo 2023-07-11 00:39:48 +01:00
Starbeamrainbowlabs 2756eb0eb5
docs: update npm dependencies 2023-07-01 01:15:13 +01:00
Starbeamrainbowlabs 5fe84ada79
Update installation instructions for git
we should recommend that everyone checks out the latest release, even when installing via git.
2023-06-27 23:16:23 +01:00
Starbeamrainbowlabs 8652ad6335
website: add midding mobile meta tag 2023-02-25 02:21:08 +00:00
Starbeamrainbowlabs ebbaed88d8
Update 11ty to 2.0 o/ 2023-02-22 00:46:55 +00:00
Starbeamrainbowlabs 2e275e3993
docs: initial pass at a dark theme
some of the colours still suck though
2023-01-11 03:26:49 +00:00
Starbeamrainbowlabs 410841562a
img2brush: allow customising the channel to pull from 2022-09-26 03:27:58 +01:00
Starbeamrainbowlabs dea51cb9a3
typos 2022-09-25 23:02:23 +01:00
Starbeamrainbowlabs b493c0073a
//spline: add sample image 2022-09-25 22:57:49 +01:00
Starbeamrainbowlabs 382194321b
fixup 2022-08-06 15:17:16 +01:00
Starbeamrainbowlabs e6a48c8799
fix CI 2022-08-06 15:15:36 +01:00
Starbeamrainbowlabs d3900e2ad9
Update dependencies
also add missing debug dependency
Ref CI job output
2022-08-06 15:03:33 +01:00
Starbeamrainbowlabs 0e7b292bb1
docs: serve GitHub avatars locally 2022-07-06 01:41:27 +01:00
Starbeamrainbowlabs 8eec6a32f7
Add CSS minification 2022-07-06 00:28:55 +01:00
Starbeamrainbowlabs bd88f93296
Update dependencies 2022-07-05 20:58:19 +01:00
Starbeamrainbowlabs 77c634dd7d
reference: fix subheadings disappearing 2022-06-11 16:58:25 +01:00
Starbeamrainbowlabs 6d075be525
docs: fix warning 2022-05-15 13:52:59 +01:00
Starbeamrainbowlabs 7622d85efa
docs: update dependencies 2022-05-01 17:01:03 +01:00
dependabot[bot] 2ed3042bc8
Bump follow-redirects from 1.14.1 to 1.14.8 in /.docs
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 08:13:49 +00:00
Starbeamrainbowlabs d45e4e893a
docs reference: tweak wording 2021-12-31 14:05:05 +00:00
Starbeamrainbowlabs 3f1e01a282
docs/img2brush: tweak file extension in instructions 2021-12-31 00:59:44 +00:00
Starbeamrainbowlabs d60d3073bd
fixup 2021-12-28 22:18:40 +00:00
Starbeamrainbowlabs 3c279559f5
img2brush: rescale pixel values 2021-12-28 22:16:45 +00:00
Starbeamrainbowlabs 691b71adfe
Add img2brush tool to website
Pending insertion of a link into the reference docs
2021-12-28 22:13:38 +00:00
Starbeamrainbowlabs 01d6132055
docs/Reference: make filter box autofocus 2021-12-16 21:18:55 +00:00
Starbeamrainbowlabs caa06a5c4c
bnf/axes: make h and v absolute 2021-12-01 20:02:53 +00:00
Starbeamrainbowlabs a7412a2c2f
bnf/axes: add reverse 2021-11-30 19:10:45 +00:00
Starbeamrainbowlabs 2d8dcc7ebc
grammrs/axes: add h / v for horizontal / vertical 2021-11-29 23:24:10 +00:00
Starbeamrainbowlabs 50840ad5b9
Add BNF for axes parsing 2021-11-29 23:20:40 +00:00
Starbeamrainbowlabs 3f5fc45e1a
docs: add new image to site 2021-11-07 17:45:03 +00:00
Starbeamrainbowlabs 2aa15116e2
docs: Apparently some web servers don't like % characters in filepaths. Wierd! 2021-10-17 03:04:50 +01:00
Starbeamrainbowlabs 6eaa3799d3
docs: massively improve image conversion system
more formats, memoizing, custom <picture> element generation, async 
image conversion to optimise CPU usage, and more!

Too bad that the imagemagick apt package doesn't natively support JPEG 
XL just yet (Imagemagick 7 does though), but that's an easy fix on our 
end once they add support :D

It looks like we need to implement our own alternative to the serve 
command though :-/
2021-10-17 03:00:24 +01:00
Starbeamrainbowlabs 32fb8be8fe
docs: remember searchall setting with localStorage; better categorical command list filtering 2021-10-12 02:23:33 +01:00
Starbeamrainbowlabs 4955aa7579
docs: update dependencies 2021-10-11 02:45:21 +01:00
Starbeamrainbowlabs 8044a9059c
docs: fix title of reference 2021-10-10 20:34:36 +01:00
Starbeamrainbowlabs de60c94c40
docs bugfix: alow filtering command list on category names 2021-10-05 02:38:12 +01:00
Starbeamrainbowlabs c8773efe22
Docs: Upgrade reference to support categorical display
It even persists your preference using localStorage!
2021-10-05 02:02:53 +01:00
Starbeamrainbowlabs 66a3244203
Bugfix docs: fix last section not appearing in reference 2021-10-04 21:45:15 +01:00
Starbeamrainbowlabs 75d40d7a6c
Update dependencies 2021-09-11 01:45:57 +01:00
Starbeamrainbowlabs eb9236a153
website: add new picture 2021-08-10 18:08:12 +01:00
Starbeamrainbowlabs f1aa481d99
website: remove extra rogue npm package 2021-08-08 22:02:31 +01:00
Starbeamrainbowlabs 115855fc99
Minor website updates 2021-08-08 15:38:03 +01:00
Starbeamrainbowlabs c2702a8fde
Website/reference: Update search to also serch command list 2021-08-05 01:32:44 +01:00