diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2025-09-18 13:24:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-18 13:24:08 -0400 |
| commit | 00416a17242d7f979383bfee0d39825bfd710ef3 (patch) | |
| tree | 48f064d8f53b8962008713853fc0bcdf900e86ce /config.json | |
| parent | 5346b6eb887dfb44b963f77a7972c72fbfb7ff46 (diff) | |
| download | submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.tar.gz submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.tar.bz2 submelon.dev-00416a17242d7f979383bfee0d39825bfd710ef3.zip | |
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
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kjhoerr@submelon.tech>", - "version": "1704251171" + "url": "https://submelon.dev", + "title": "Kevin J Hoerr <kjhoerr@submelon.dev>", + "version": "1704251171" }
\ No newline at end of file |
