meta and favicon

This commit is contained in:
F53 2023-11-01 12:58:54 -06:00
parent d519f2c7bb
commit 7f1342dacc
9 changed files with 29 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div>
<NuxtWelcome />
</div>
<h1>
hello world
</h1>
</template>

View file

@ -4,4 +4,29 @@ export default defineNuxtConfig({
typescript: { strict: true, typeCheck: true, shim: false },
css: ['~/assets/styles/layout.scss', '~/assets/styles/misc.scss', '~/assets/styles/font.scss'],
app: {
head: {
htmlAttrs: { lang: 'en' },
title: 'F53',
link: [
{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' },
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
{ rel: 'manifest', href: '/site.webmanifest' },
],
meta: [
{ name: 'theme-color', content: '#36026E' },
{ name: 'description', content: 'Passionate full web developer with expertise in the front and back end. Explore my portfolio to see my work and experience.' },
{ property: 'og:description', content: 'Passionate full web developer with expertise in the front and back end. Explore my portfolio to see my work and experience.' },
{ name: 'keywords', content: 'full stack development, web development, front-end development, back-end development, web design, JavaScript, HTML, CSS, React, Vue, Ruby, Ruby on Rails, NextJS, Nuxt, responsive design, portfolio, personal website, coding projects, programming, software development' },
{ name: 'author', content: 'F53' },
{ property: 'og:title', content: 'F53' },
{ property: 'og:image', content: '/android-chrome-512x512.png' },
{ name: 'twitter:card', content: 'summary' },
{ name: 'twitter:site', content: '@CodeF53' },
{ name: 'twitter:creator', content: '@CodeF53' },
],
},
},
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
public/site.webmanifest Normal file
View file

@ -0,0 +1 @@
{"name":"F53","short_name":"F53","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#36026E","background_color":"#000000","display":"standalone"}