more components, logo in navbar

This commit is contained in:
2023-06-04 11:34:48 -05:00
parent 9636e9cc05
commit 36a8930a1b
11 changed files with 211 additions and 12 deletions

View File

@@ -4,11 +4,13 @@ import Head from 'next/head'
import Navbar from '@/components/Navbar'
import SiteTree from '@/components/SiteTree'
import { MDXProvider } from '@mdx-js/react'
import { Inter } from 'next/font/google'
import { Inter, Besley, Cabin } from 'next/font/google'
import components from '@/components/mdx'
import './globals.css'
const inter = Inter({ subsets: ['latin'] })
export const inter = Inter({ subsets: ['latin'] })
export const besley = Besley({ subsets: ['latin'] })
export const cabin = Cabin({ subsets: ['latin'] })
export const metadata = {
title: 'Mikayla Dobson | Software Engineer',