Changed header links and added auto deployment
Some checks failed
Build docker container / build (push) Failing after 3m55s

This commit is contained in:
2024-10-20 00:07:34 -05:00
parent 4b4e1855a8
commit 16bbec99e2
11 changed files with 20 additions and 110 deletions

View File

@ -1,6 +1,10 @@
const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
{ href: 'https://git.jonb.io/', title: 'Code' },
{ href: 'https://up.jonb.io/status/default', title: 'Status' },
{ href: 'https://castlemine-map.jonb.io/', title: 'Castlemine Map' },
{ href: '/likes', title: 'Likes' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },
{ href: '/about', title: 'About' },