From 00416a17242d7f979383bfee0d39825bfd710ef3 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Thu, 18 Sep 2025 13:24:08 -0400 Subject: Content updates (#394) * config.json: Update email * devcontainer.json: Update devcontainer image for Bookworm, nodejs 22 * devcontainer.json: Support podman with container user settings * index.njk: Update recent technology experience * page.njk: Update copy year to 2025 * fingerprint.svg: Add new fingerprint icon * styles.css: Add fingerprint icon class * index.njk: Switch pantry link for public key link * styles.css: Remove code icon class * code.svg: Remove code icon * index.njk: Fix icon name --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 185385e..21be041 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "url": "https://submelon.dev", - "title": "Kevin J Hoerr ", - "version": "1704251171" + "url": "https://submelon.dev", + "title": "Kevin J Hoerr ", + "version": "1704251171" } \ No newline at end of file -- cgit