updated header and tagline
All checks were successful
Build and Deploy docker container / build (push) Successful in 5m4s
All checks were successful
Build and Deploy docker container / build (push) Successful in 5m4s
This commit is contained in:
parent
6dcfad7f0d
commit
4bf423525a
@ -1,10 +1,10 @@
|
|||||||
const headerNavLinks = [
|
const headerNavLinks = [
|
||||||
{ href: '/', title: 'Home' },
|
{ href: '/', title: 'Home' },
|
||||||
{ href: '/blog', title: 'Blog' },
|
{ href: '/blog', title: 'Blog' },
|
||||||
// { href: 'https://git.jonb.io/', title: 'Code' },
|
|
||||||
{ href: '/likes', title: 'Likes' },
|
{ href: '/likes', title: 'Likes' },
|
||||||
{ href: '/tags', title: 'Tags' },
|
{ href: '/tags', title: 'Tags' },
|
||||||
{ href: '/projects', title: 'Projects' },
|
{ href: '/projects', title: 'Projects' },
|
||||||
|
{ href: 'https://s3.jonb.io/cdn/author/Resume.pdf', title: 'Resume' },
|
||||||
{ href: '/about', title: 'About' },
|
{ href: '/about', title: 'About' },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ const siteMetadata = {
|
|||||||
title: 'Joyful Fixations',
|
title: 'Joyful Fixations',
|
||||||
author: 'Jonathan Branan',
|
author: 'Jonathan Branan',
|
||||||
headerTitle: 'Joyful Fixations',
|
headerTitle: 'Joyful Fixations',
|
||||||
description: "Thought's from someone with an internet connection.",
|
description: "Things that bring me joy and intense focus.",
|
||||||
language: 'en-us',
|
language: 'en-us',
|
||||||
theme: 'system', // system, dark or light
|
theme: 'system', // system, dark or light
|
||||||
siteUrl: 'https://jonb.io',
|
siteUrl: 'https://jonb.io',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user