Mercurial > web
view .build.yml @ 118:503e22dd6cf5
blog: add (unfinished) series on OMS
I'll update this as I do more research into the inner workings of
OMS. It's much more interesting (and more convoluted) than ASIO
is unfortunately, but it means the blog posts will probably be
more interesting
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 19 Oct 2025 23:15:02 -0400 |
parents | 4ccd7de0e530 |
children | 3d2803ed2c6a |
line wrap: on
line source
image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut - linux-headers - ruby-dev - ruby-jekyll - ruby-bundler tasks: - package: | export JEKYLL_ENV="production" cd web bundle config set --local path ".bundler" bundle install bundle exec jekyll build tar -C _site -cvz . > ../site.tar.gz - upload: | hut pages publish -d tflc.us site.tar.gz