Commit graph

10 commits

Author SHA1 Message Date
007b1058b6
Migrate from Swift to Ruby (#33)
Replace the Swift site generator with a Ruby and Phlex implementation.
Loads site and projects from TOML, derive site metadata from posts.

Migrate from make to bake and add standardrb and code coverage tasks.

Update CI and docs to match the new workflow, and remove unused
assets/dependencies plus obsolete tooling.
2026-02-07 21:19:03 -08:00
17aff11e43
Update bootstrap script for Swift 6.1 on Ubuntu 25.04
- Bump Swift version from 5.5.2 to 6.1
- Update to Ubuntu 24.04 binaries (compatible with 25.04)
- Update package dependencies for newer Ubuntu:
  - libgcc-9-dev → libgcc-s1
  - libpython2.7 → libpython3.12
  - libstdc++-9-dev → libstdc++-14-dev
- Fix Swift download URL to use download.swift.org

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 16:43:34 -07:00
eb093d1343 Add inotify-tools to bootstrap script 2022-01-04 23:21:32 -08:00
6f8db8854e sudo make me a sandwich 2022-01-04 23:14:56 -08:00
034d079d3c Add Swift dependency to bootstrap script 2022-01-04 23:14:26 -08:00
a86d08e538 Update bootstrap script 2022-01-04 23:05:20 -08:00
9d37bc2861 Final bootstrap tweak 2019-12-22 14:59:38 -08:00
07af1878be Fix and improve bootstrap script 2019-12-22 14:57:39 -08:00
bc6fc8bb68 Update bootstrap to install Swift on Linux 2019-12-22 14:22:30 -08:00
57bdf5d14a Remove pointless file extensions 2019-12-01 12:23:18 -08:00
Renamed from bin/bootstrap.sh (Browse further)