chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-05 14:51:05 +13:00
parent aeec21ad48
commit 3fcbb7acaa
5 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ steps:
- .asdf
- name: install dependencies
image: code.harton.nz/james/asdf_container:latest
image: harton.dev/james/asdf_container:latest
pull: "always"
environment:
ASDF_DATA_DIR: /drone/src/.asdf
@ -62,7 +62,7 @@ steps:
- .asdf
- name: zola build
image: code.harton.nz/james/asdf_container:latest
image: harton.dev/james/asdf_container:latest
pull: "always"
environment:
ASDF_DATA_DIR: /drone/src/.asdf

View file

@ -13,7 +13,7 @@ My interests include but are not limited to:
* Programming in [Elixir](https://elixir-lang.org/).
* Programming in [Rust](https://www.rust-lang.org/).
* [Self-hosting](https://en.wikipedia.org/wiki/Self-hosting_(web_services)).
* Building [programming languages](https://code.harton.nz/james/outrun).
* Building [programming languages](https://harton.dev/james/outrun).
* Building [Robots](https://www.hackster.io/jmshrtn/augie-the-hexapod-robot-8e5125).
* Electronics.
* Radio-control planes, helicopters and quadcopters.

View file

@ -45,7 +45,7 @@ There are a few things that I haven't nailed down:
## Links
- [code.harton.nz/james/ash_cubdb](https://code.harton.nz/james/ash_cubdb)
- [harton.dev/james/ash_cubdb](https://harton.dev/james/ash_cubdb)
- [github.com/jimsynz/ash_cubdb](https://github.com/jimsynz/ash_cubdb)
- [hex.pm/packages/ash_cubdb](https://hex.pm/packages/ash_cubdb)
- [hexdocs.pm/ash_cubdb/readme.html](https://hexdocs.pm/ash_cubdb/readme.html)

View file

@ -57,7 +57,7 @@ I hope that Smokestack improves the ergonomics of writing tests for Ash applicat
## Links
- [code.harton.nz/james/smokestack](https://code.harton.nz/james/smokestack)
- [harton.dev/james/smokestack](https://harton.dev/james/smokestack)
- [github.com/jimsynz/smokestack](https://github.com/jimsynz/smokestack)
- [hex.pm/packages/smokestack](https://hex.pm/packages/smokestack)
- [hexdocs.pm/smokestack](https://hexdocs.pm/smokestack)

View file

@ -1,9 +1,9 @@
{% extends "anatole-zola/templates/basic.html" %}
{% block extra_head %}
<link rel="stylesheet" href="{{ get_url(path="blog.css") }}">
<link rel="stylesheet" href="{{ get_url(path=" blog.css") }}">
{% endblock %}
{% block more_social_link %}
<a href="https://code.harton.nz/james" aria-label="Go to ForgeFed instance">
<a href="https://harton.dev/james" aria-label="Go to ForgeFed instance">
<i class="fa-solid fa-code-branch"></i>
</a>
{% endblock %}