From dd5e27bcc9f09a2a5b8a82ea252c0e89de1831b2 Mon Sep 17 00:00:00 2001
From: Mehdi <9340937+meduzen@users.noreply.github.com>
Date: Tue, 1 Oct 2024 17:58:11 +0200
Subject: [PATCH 1/2] =?UTF-8?q?Fix=20and=20move=20=E2=80=9CAsk=20me=20anyt?=
=?UTF-8?q?hing=E2=80=9D=20link?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vitepress/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vitepress/index.md b/vitepress/index.md
index 7acb684..1ef32bf 100644
--- a/vitepress/index.md
+++ b/vitepress/index.md
@@ -16,7 +16,7 @@ hero:
features:
- title: What to expect
- details: I don’t know yet. Web development stuff, rants, code, jokes. You can also [ask me anything](./notes/2024-10-01-ask-me-anything.md).
+ details: I don’t know yet. Web development stuff, rants, code, jokes.
- title: Built with Vitepress
details: I am testing Vitepress to support this space blog.
---
From d0fa62ddd2841eb8789bee617a7969d5c3743d67 Mon Sep 17 00:00:00 2001
From: Mehdi <9340937+meduzen@users.noreply.github.com>
Date: Tue, 1 Oct 2024 18:00:25 +0200
Subject: [PATCH 2/2] Update config.mjs
---
vitepress/.vitepress/config.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vitepress/.vitepress/config.mjs b/vitepress/.vitepress/config.mjs
index 061495a..edd4d00 100644
--- a/vitepress/.vitepress/config.mjs
+++ b/vitepress/.vitepress/config.mjs
@@ -104,7 +104,7 @@ export default defineConfig({
},
footer: {
- message: 'Got any comment or question about the content? Feel free to send me an email or use GitHub discussions or issues.',
+ message: 'Got any comment or question about the content? Feel free to send me an email or use GitHub discussions or issues. You can also ask me anything.',
// copyright: 'Copyright © 2023-present Mehdi Merah'
}
},