updated callout in blog post 2026/0317

This commit is contained in:
2026-04-03 21:52:49 +02:00
parent c82e05e71e
commit d469870619
3 changed files with 23 additions and 6 deletions

View File

@@ -122,6 +122,7 @@
--color-callout-warn: var(--color-highlight-alt);
--color-callout-quote: #354CBE;
--color-callout-info: #AC7F31;
/* blurs */
--blur-radius-background: 6px;

View File

@@ -1,8 +1,14 @@
<div class="callout-warning">
<p><b>Note</b>: as I'm constantly learning new things, this blog post is sort of outdated now. The information is still correct, but it feels inefficient and leads into a dead-end. I dislike this, as I wanted to write a guide that provides an expandable base. Therefore, I'll likely either update or replace this article and trim it down to focus on the important bits.</p>
<script lang="ts">
import Callout from "$lib/components/callout.svelte";
</script>
<p>Expect a Go API.</p>
</div>
<Callout
type="info"
content={[
"<b>Note</b>: as I'm constantly learning new things, this blog post is sort of outdated now. The information is still correct, but it feels inefficient and leads into a dead-end. I dislike this, as I wanted to write a guide that provides an expandable base. Therefore, I'll likely either update or replace this article and trim it down to focus on the important bits.",
"Expect a Go API.",
]}
/>
*Hey!*