Adjust site configs

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-07-13 00:43:34 +05:30
parent 7d4dbb00a0
commit 68ba3502c7
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -1,13 +1,13 @@
export const siteConfig = { export const siteConfig = {
author: 'Kevin Wong', author: 'baalajimaestro',
title: 'Vitesse theme for Astro', title: 'baalajimaestro',
subtitle: 'Vitesse theme for Astro, supports Vue and UnoCSS.', subtitle: 'Personal Website & Blog for baalajimaestro',
description: 'A Minimal, SEO-friendly portfolio and blog theme for Astro.', description: 'DevOps Engineer and Networking Enthusiast.',
image: { image: {
src: '/hero.jpg', src: '/hero.jpg',
alt: 'Website Main Image', alt: 'Website Main Image',
}, },
email: 'kevinwong865@gmail.com', email: 'baalajimaestro@ptr.moe',
socialLinks: [ socialLinks: [
{ {
text: 'GitHub', text: 'GitHub',
@ -64,20 +64,16 @@ export const siteConfig = {
footer: { footer: {
navLinks: [ navLinks: [
{ {
text: 'Posts Props', text: 'PTR Cloud',
href: '/posts-props', href: 'https://ptr.moe',
}, },
{ {
text: 'Markdown Style', text: 'Online Presence',
href: '/md-style', href: 'https://links.baalajimaestro.ptr.moe',
}, },
{ {
text: 'View on Astro', text: 'Source Code',
href: 'https://astro.build/themes/details/vitesse-theme-for-astro/', href: 'https://git.ptr.moe/baalajimaestro/personal-website',
},
{
text: 'GitHub Repository',
href: 'https://github.com/kevinwong865/astro-theme-vitesse',
}, },
], ],
}, },