convexer's dumpster site https://convexer.name
  • HTML 57.7%
  • CSS 32.1%
  • Shell 6.2%
  • Just 3.3%
  • Ruby 0.7%
convexer 746b559c8d Merge branch 'recovery'
recover a few posts that I published to the site but forgot to push
the commits. good thing I have backups lmao
2026-02-16 19:08:32 +01:00
.bundle Configure bundle to install gems to vendor/ 2025-06-08 10:12:06 -05:00
archetypes Make default time 1am instead of noon 2025-09-16 06:31:39 -05:00
content Merge branch 'recovery' 2026-02-16 19:08:32 +01:00
layouts Remove guestbook links 2025-12-25 11:32:16 -06:00
static Revert "Add BOM to humans.txt" 2025-08-01 09:47:24 -05:00
themes/convexer-theme css 2025-12-14 15:11:07 -06:00
.gitignore Configure bundle to install gems to vendor/ 2025-06-08 10:12:06 -05:00
Gemfile Add mutex_m to Gemfile 2025-05-12 17:38:08 -05:00
hugo.toml Update URL references to point to convexer.name 2025-07-15 09:26:39 -05:00
justfile Tweak justfile 2025-09-05 19:30:19 -05:00
LICENSE Add CC license 2025-07-20 11:18:46 -05:00
publish.sh Add --delete flag to lftp mirror 2025-07-23 19:59:44 -05:00
README.md Add some justfile recipes 2025-08-30 19:51:20 -05:00

convexer's dumpster site

Link for the lazy: convexer.name

Neocities mirror: convexer.neocities.org

Install dependencies:

snap install hugo  # newer version than apt
bundle install  # Neocities CLI
apt install lftp
pipx install rust-just

On first clone, it's a good idea to try sftp convexer.name to double check that the SSH config is correct.

Publish the site to Neocities and via FTP (mirroring for now, eventually one will be shut down):

./publish.sh

See the justfile for additional recipes.