4 points | by gaigalas 2 days ago ago
2 comments
You can run it in JSLinux if you don't want to risk it running locally:
Go here:
https://bellard.org/jslinux/vm.html?cpu=x86_64&url=alpine-x8...
And run:
bash -c "$(curl -fsSL https://alganet.github.io/terminal/index.sh)"
(author here)
index.sh is actually quite easy to read (in case someone wants to audit it before running), 800LOC pure shell + tuish deps, forkless design.
https://github.com/alganet/alganet.github.io/blob/master/ter...
The content lives separately, in `.tui` pages with a minimal markup:
https://github.com/alganet/alganet.github.io/blob/master/blo...
They're pre-generated, but the blog.sh script in the repository can do automatic HTML-to-tui conversion (although I only tested it in simple markup, like my website's).
You can run it in JSLinux if you don't want to risk it running locally:
Go here:
https://bellard.org/jslinux/vm.html?cpu=x86_64&url=alpine-x8...
And run:
It will take a couple minutes to cache everything, but it does run.(author here)
index.sh is actually quite easy to read (in case someone wants to audit it before running), 800LOC pure shell + tuish deps, forkless design.
https://github.com/alganet/alganet.github.io/blob/master/ter...
The content lives separately, in `.tui` pages with a minimal markup:
https://github.com/alganet/alganet.github.io/blob/master/blo...
They're pre-generated, but the blog.sh script in the repository can do automatic HTML-to-tui conversion (although I only tested it in simple markup, like my website's).