+1
-1
@@ -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}
|
||||
@@ -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 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.
|
||||
|
||||
@@ -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"/>
|
||||
@@ -11,7 +11,7 @@ const siteMetadata = {
|
||||
siteLogo: `${process.env.BASE_PATH || ''}/static/images/logo.png`,
|
||||
socialBanner: `${process.env.BASE_PATH || ''}/static/images/twitter-card.png`,
|
||||
// mastodon: 'https://mastodon.social/@mastodonuser',
|
||||
email: 'jonathan.branan@fortra.com',
|
||||
email: 'jbranan@teramind.co',
|
||||
github: 'https://github.com/jonbranan',
|
||||
// x: 'https://twitter.com/x',
|
||||
// twitter: 'https://twitter.com/Twitter',
|
||||
@@ -31,7 +31,7 @@ const siteMetadata = {
|
||||
// supports Plausible, Simple Analytics, Umami, Posthog or Google Analytics.
|
||||
umamiAnalytics: {
|
||||
// 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:
|
||||
src: 'https://umami.jonb.io/script.js',
|
||||
umamiHostUrl: 'https://umami.jonb.io',
|
||||
|
||||
Reference in New Issue
Block a user