a
Build and Deploy docker container / build (push) Successful in 2m36s

This commit is contained in:
2026-06-27 00:28:43 -05:00
parent 3464099da4
commit c159d9c9de
4 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -1 +1 @@
{"tag1":1,"tag2":1,"tag3":1,"art":1,"store":1,"melis-sweetsimple":1,"visual-studio-code":1,"guide":4,"tailwind-nextjs-starter-blog":1,"disney":1,"github":1,"python":1,"projects":1,"code":1,"docker":1,"unraid":1,"cygnus":1,"self-hosted":1,"server":1,"next-js":1} {"visual-studio-code":1,"guide":2,"code":2,"cygnus":1,"self-hosted":1,"server":1,"disney":1,"python":1,"projects":1,"docker":1,"unraid":1}
+1 -1
View File
@@ -13,5 +13,5 @@ Jonathan Branan is a Software Engineer. He is mostly self-taught however he did
He has worked for Geek Squad repairing computers, GlobalScape as a Lead of the Client Services department, a Product Owner of MFT applications and as a Software Engineer at Fortra. He has worked for Geek Squad repairing computers, GlobalScape as a Lead of the Client Services department, a Product Owner of MFT applications and as a Software Engineer at Fortra.
He currently lives in San Antonio, Texas with his wife and two dogs. He enjoys Basketball, Video games, cooking, camping(backpacking, glamping), watching movies, He currently lives in San Antonio, Texas with his wife, daughter and two dogs. He enjoys Basketball, Video games, cooking, camping(backpacking, glamping),kayaking, watching movies,
making mixed drinks and building Lego's. Jonathan and his wife like to frequently travel. making mixed drinks and building Lego's. Jonathan and his wife like to frequently travel.
-10
View File
@@ -1,10 +0,0 @@
---
title: 'idea'
date: '2025-1-1'
#lastmod: '202year-month-day'
draft: true
---
- split dns jonb.io vs int.jonb.io
- entertainment stack
<video controls autoPlay playsInline src="https://youtu.be/M1DJSXgJrDc?si=Rasg9u8muFno_si8"/>
+2 -2
View File
@@ -11,7 +11,7 @@ const siteMetadata = {
siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`, siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`, socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
// mastodon: 'https://mastodon.social/@mastodonuser', // mastodon: 'https://mastodon.social/@mastodonuser',
email: 'jonathan.branan@fortra.com', email: 'jbranan@teramind.co',
github: 'https://github.com/jonbranan', github: 'https://github.com/jonbranan',
// x: 'https://twitter.com/x', // x: 'https://twitter.com/x',
// twitter: 'https://twitter.com/Twitter', // twitter: 'https://twitter.com/Twitter',
@@ -31,7 +31,7 @@ const siteMetadata = {
// supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics. // supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
umamiAnalytics: { umamiAnalytics: {
// We use an env variable for this site to avoid other users cloning our analytics ID // We use an env variable for this site to avoid other users cloning our analytics ID
umamiWebsiteId: '748da378-a414-48f3-9053-b923ca6a9ab0', // e.g. 123e4567-e89b-12d3-a456-426614174000 umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
// You may also need to overwrite the script if you're storing data in the US - ex: // You may also need to overwrite the script if you're storing data in the US - ex:
src: 'https://umami.jonb.io/script.js', src: 'https://umami.jonb.io/script.js',
umamiHostUrl: 'https://umami.jonb.io', umamiHostUrl: 'https://umami.jonb.io',