updated header and tagline
All checks were successful
Build and Deploy docker container / build (push) Successful in 5m4s

This commit is contained in:
Jonathan Branan 2025-01-28 04:41:15 -06:00
parent 6dcfad7f0d
commit 4bf423525a
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
// { href: 'https://git.jonb.io/', title: 'Code' },
{ href: '/likes', title: 'Likes' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
{ href: '/about', title: 'About' },
]

View File

@ -3,7 +3,7 @@ const siteMetadata = {
title: 'Joyful Fixations',
author: 'Jonathan Branan',
headerTitle: 'Joyful Fixations',
description: "Thought's from someone with an internet connection.",
description: "Things that bring me joy and intense focus.",
language: 'en-us',
theme: 'system', // system, dark or light
siteUrl: 'https://jonb.io',