convexer's dumpster site
https://convexer.name
- HTML 57.7%
- CSS 32.1%
- Shell 6.2%
- Just 3.3%
- Ruby 0.7%
recover a few posts that I published to the site but forgot to push the commits. good thing I have backups lmao |
||
|---|---|---|
| .bundle | ||
| archetypes | ||
| content | ||
| layouts | ||
| static | ||
| themes/convexer-theme | ||
| .gitignore | ||
| Gemfile | ||
| hugo.toml | ||
| justfile | ||
| LICENSE | ||
| publish.sh | ||
| README.md | ||
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.