From ddb06f36deab40e42f4f1d539ca3ff4e0e9d5472 Mon Sep 17 00:00:00 2001 From: poolitzer Date: Thu, 1 Jan 2026 23:59:56 +0100 Subject: [PATCH] And a take on the documentation --- content/blog/mastering-tabi-settings/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/blog/mastering-tabi-settings/index.md b/content/blog/mastering-tabi-settings/index.md index c7dffe55..49781782 100644 --- a/content/blog/mastering-tabi-settings/index.md +++ b/content/blog/mastering-tabi-settings/index.md @@ -416,6 +416,7 @@ invertible_image = false - `weight` determines the order in which the projects are shown. The lower the weight, the higher the project will appear. - `local_image` is the path to the image of the project. This image is shown on the projects page. - `local_image_dark` is an optional path to an alternative image to be shown in dark mode. When set, `local_image` is shown in light mode only. + - `remote_image` and `remote_image_dark` is an alternative which you can use when you want to set an URL instead. - `invertible_image` inverts the image colours in dark mode. Useful for black and white logos/icons. When a user clicks on the image or title of a project, they will be taken to the project's page. If you'd rather have users go to an external link, you can set `link_to = "https://example.com` in the `[extra]` section of the project's `.md` file.