UNPKG

nuxt-arch-dev

Version:

Arch is a Nuxt 3 template for creating your personal website less than a minute.

59 lines (58 loc) 1.73 kB
export default defineAppConfig({ arch: { general: { locale: 'en', title: 'Arch', image: 'https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/cover.jpg', description: 'Nuxt Arch Template', keywords: 'nuxt arch template', favicon: 'https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/favicon.ico', themeColor: '#ffffff', }, banner: { image: 'https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/images/banner.jpg', }, aside: { name: 'John Doe', job: 'Full Stack Developer', image: 'https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/images/logo.jpg', imageHover: 'https://raw.githubusercontent.com/arashsheyda/arch/main/.playground/public/images/logo-hover.jpg', email: 'arashi.sheyda@gmail.com', }, footer: { copyright: 'Arash Sheyda', links: [], poweredBy: true, }, socials: [ { title: 'Github', icon: 'uil:github', url: 'https://github.com/arashsheyda', color: '#000000', target: '_blank', }, { title: 'Instgaram', icon: 'uil:instagram', url: 'https://www.instagram.com/arash.sheyda', color: '#e4405f', target: '_blank', }, { title: 'Twitter', icon: 'uil:twitter', url: 'https://twitter.com/arash_sheyda', color: '#1da1f2', target: '_blank', }, { title: 'LinkedIn', icon: 'uil:linkedin', url: 'https://www.linkedin.com/in/arash-sheyda/', color: '#0a66c2', target: '_blank', }, ], }, })