From 80621fe54701ad54348ab90c28784e560b794991 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 28 Apr 2025 15:46:17 -0300 Subject: [PATCH] khatru/docs: display fox. --- khatru/docs/index.md | 2 ++ khatru/docs/justfile | 1 + 2 files changed, 3 insertions(+) diff --git a/khatru/docs/index.md b/khatru/docs/index.md index 39754f0..b01cfa4 100644 --- a/khatru/docs/index.md +++ b/khatru/docs/index.md @@ -3,6 +3,8 @@ layout: home hero: name: khatru + image: + src: /logo.png text: a framework for making Nostr relays tagline: write your custom relay with code over configuration actions: diff --git a/khatru/docs/justfile b/khatru/docs/justfile index f4d2a7c..1f160a9 100644 --- a/khatru/docs/justfile +++ b/khatru/docs/justfile @@ -5,3 +5,4 @@ dev: build: vitepress build + cp logo.png .vitepress/dist/