diff options
| -rw-r--r-- | .build.yml | 18 | ||||
| -rw-r--r-- | footer.html | 2 | ||||
| -rw-r--r-- | pages/colophon.md | 2 | ||||
| -rw-r--r-- | posts/openbsd-linveo.md | 6 | ||||
| -rw-r--r-- | public/style.css | 4 |
5 files changed, 9 insertions, 23 deletions
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 @@ </nav> <small> Built with <a href="https://wruby.btxx.org">wruby</a> <br> - Running on <a href=" https://dartnode.com?aff=btxx ">Dartnode</a><br> + Running on <a href="https://openbsd.org">OpenBSD</a> via <a href="https://billing.linveo.com/order/forms/a/MTM4Ng==">Linveo</a><br> Supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> & <a href="https://usefathom.com/ref/DKHJVX">Fathom Analytics</a><br/> The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a><br> 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 </tr> <tr> <td>Hosted on:</td> - <td><a href="https://dartnode.com?aff=btxx">DartNode</a></td> + <td><a href="https://billing.linveo.com/order/forms/a/MTM4Ng==">Linveo</a></td> </tr> <tr> <td>Source code available:</td> 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 + <figure> <img src="/public/images/linveo-1.png" alt="The Linveo Media Dashboard"> <figcaption>The "Media" tab of the Linveo Dashboard. Use the official ISO link and set the Boot Order to CD/DVD.</figcaption> 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; } |
