From ae65fb1d28d79a8bb6d2bc12f7eb29779a79419e Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 30 Dec 2024 15:49:33 -0500 Subject: Minor styling cleanup, link fixes --- .build.yml | 18 ------------------ footer.html | 2 +- pages/colophon.md | 2 +- posts/openbsd-linveo.md | 6 ++++-- public/style.css | 4 +++- 5 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 41688c1..0000000 --- a/.build.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: alpine/edge -packages: -- ruby -- ruby-dev -- rsync -sources: -- https://git.sr.ht/~bt/btxx.org -secrets: -- 07201d32-1451-4a8f-9bff-ce8b2232c67d -tasks: -- install-gems: | - sudo gem install 'kramdown:2.4.0' 'rss:0.3.0' -- build: | - cd btxx.org - sudo make build -- deploy-blog: | - cd btxx.org - rsync --rsh="ssh -o StrictHostKeyChecking=no -i ~/.ssh/07201d32-1451-4a8f-9bff-ce8b2232c67d" -rzP build/ bt@btxx.org:/var/www/btxx.org \ No newline at end of file diff --git a/footer.html b/footer.html index 096d621..8e89757 100644 --- a/footer.html +++ b/footer.html @@ -8,7 +8,7 @@ Built with wruby
- Running on Dartnode
+ Running on OpenBSD via Linveo
Supporter of NextDNS & Fathom Analytics
The content for this site is CC-BY-SA
diff --git a/pages/colophon.md b/pages/colophon.md index 144fc2a..0c91665 100644 --- a/pages/colophon.md +++ b/pages/colophon.md @@ -22,7 +22,7 @@ For those interested I try to keep the details of the blog up-to-date with the i Hosted on: - DartNode + Linveo Source code available: diff --git a/posts/openbsd-linveo.md b/posts/openbsd-linveo.md index 54af190..526ae3a 100644 --- a/posts/openbsd-linveo.md +++ b/posts/openbsd-linveo.md @@ -2,7 +2,7 @@ 2024-10-21 -I recently came across an amazing deal for a VPS on [Linveo](https://linveo.com). For just $15 a year they provide: +I recently came across an amazing deal for a VPS on [Linveo](https://billing.linveo.com/order/forms/a/MTM4Ng==). For just $15 a year they provide: - AMD KVM 1GB - 1024 MB RAM @@ -17,9 +17,11 @@ It's a pretty [great deal](https://lowendtalk.com/discussion/193886/linveo-com-a Once you have your initial VPS up and running, login to the main dashboard and navigate to the **Media** tab. Under CD/DVD-ROM you'll want to click "Custom CD/DVD" and enter the direct link to the `install76.iso`: ~~~sh -https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso +https://cdn.openbsd.org/pub/OpenBSD/7.6/i386/install76.iso ~~~ +> Note: you will need to use the `i386` build in order for this to work +
The Linveo Media Dashboard
The "Media" tab of the Linveo Dashboard. Use the official ISO link and set the Boot Order to CD/DVD.
diff --git a/public/style.css b/public/style.css index 4221819..daf2d0f 100644 --- a/public/style.css +++ b/public/style.css @@ -17,7 +17,9 @@ body { background-color: #f9f9f9; color: #333; font-size: 100%; - margin: 12px; + max-width: 85%; + margin: 1rem auto; + max-width: 85%; padding: 0; } -- cgit v1.2.3-70-g09d2