chore: update author info

This commit is contained in:
kevinwong 2024-06-06 15:25:14 +08:00
parent 27fb5d207a
commit ebedeb1430
4 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 Kaivan Wong
Copyright (c) 2023 Kevin Wong
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -2,7 +2,7 @@
A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.
[![Netlify Status](https://api.netlify.com/api/v1/badges/d5bae292-6116-4c52-af4b-05eadedccc60/deploy-status)](https://app.netlify.com/sites/kaivanwong/deploys)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d5bae292-6116-4c52-af4b-05eadedccc60/deploy-status)](https://app.netlify.com/sites/kevinwong865/deploys)
## Preview
@ -26,11 +26,11 @@ A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and Uno
## Quick Start
[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kaivanwong/astro-theme-vitesse)
[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kevinwong865/astro-theme-vitesse)
Click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.
If you just want to develop locally, you can [create a repo](https://github.com/kaivanwong/astro-theme-vitesse/generate) from this template on GitHub.
If you just want to develop locally, you can [create a repo](https://github.com/kevinwong865/astro-theme-vitesse/generate) from this template on GitHub.
## Usage
@ -102,4 +102,4 @@ Like this:
## License
[MIT License](./LICENSE) © 2024-PRESENT [Kaivan Wong](https://github.com/kaivanwong)
[MIT License](./LICENSE) © 2024-PRESENT [Kevin Wong](https://github.com/kevinwong865)

View file

@ -54,7 +54,7 @@ import siteConfig from '@/site-config'
Visit it
<a
target="_blank"
href="https://github.com/kaivanwong/astro-theme-vitesse"
href="https://github.com/kevinwong865/astro-theme-vitesse"
>
on GitHub
</a>
@ -62,7 +62,7 @@ import siteConfig from '@/site-config'
</p>
<p>
If you like Vitesse theme for Astro, please
<a target="_blank" href="https://github.com/kaivanwong"> click follow </a>
<a target="_blank" href="https://github.com/kevinwong865"> click follow </a>
for me.
</p>
<hr class="hr-line" />

View file

@ -1,5 +1,5 @@
export const siteConfig = {
author: 'Kaivan Wong',
author: 'Kevin Wong',
title: 'Vitesse theme for Astro',
subtitle: 'Vitesse theme for Astro, supports Vue and UnoCSS.',
description: 'A Minimal, SEO-friendly portfolio and blog theme for Astro.',
@ -7,33 +7,33 @@ export const siteConfig = {
src: '/hero.jpg',
alt: 'Website Main Image',
},
email: 'kaivanwong@outlook.com',
email: 'kevinwong865@gmail.com',
socialLinks: [
{
text: 'GitHub',
href: 'https://github.com/kaivanwong',
href: '',
icon: 'i-simple-icons-github',
header: 'i-ri-github-line',
},
{
text: 'Twitter',
href: 'https://twitter.com/kaivanwong',
href: '',
icon: 'i-simple-icons-x',
header: 'i-ri-twitter-x-line',
},
{
text: 'Linkedin',
href: 'https://www.linkedin.com/in/kaivan-wong-a42441291',
href: '',
icon: 'i-simple-icons-linkedin',
},
{
text: 'Instagram',
href: 'https://www.instagram.com/hikaivanwong',
href: '',
icon: 'i-simple-icons-instagram',
},
{
text: 'Youtube',
href: 'https://youtube.com/@kaivanwong',
href: '',
icon: 'i-simple-icons-youtube',
},
],
@ -93,7 +93,7 @@ export const siteConfig = {
},
{
text: 'GitHub Repository',
href: 'https://github.com/kaivanwong/vitesse-astro-theme',
href: 'https://github.com/kevinwong865/astro-theme-vitesse',
},
],
},