chore: update author info
This commit is contained in:
parent
27fb5d207a
commit
ebedeb1430
4 changed files with 15 additions and 15 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and UnoCSS.
|
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
|
## Preview
|
||||||
|
|
||||||
|
@ -26,11 +26,11 @@ A minimal, SEO-friendly portfolio and blog theme for Astro, supports Vue and Uno
|
||||||
|
|
||||||
## Quick Start
|
## 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.
|
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
|
## Usage
|
||||||
|
|
||||||
|
@ -102,4 +102,4 @@ Like this:
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](./LICENSE) © 2024-PRESENT [Kaivan Wong](https://github.com/kaivanwong)
|
[MIT License](./LICENSE) © 2024-PRESENT [Kevin Wong](https://github.com/kevinwong865)
|
||||||
|
|
|
@ -54,7 +54,7 @@ import siteConfig from '@/site-config'
|
||||||
Visit it
|
Visit it
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/kaivanwong/astro-theme-vitesse"
|
href="https://github.com/kevinwong865/astro-theme-vitesse"
|
||||||
>
|
>
|
||||||
on GitHub
|
on GitHub
|
||||||
</a>
|
</a>
|
||||||
|
@ -62,7 +62,7 @@ import siteConfig from '@/site-config'
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you like Vitesse theme for Astro, please
|
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.
|
for me.
|
||||||
</p>
|
</p>
|
||||||
<hr class="hr-line" />
|
<hr class="hr-line" />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export const siteConfig = {
|
export const siteConfig = {
|
||||||
author: 'Kaivan Wong',
|
author: 'Kevin Wong',
|
||||||
title: 'Vitesse theme for Astro',
|
title: 'Vitesse theme for Astro',
|
||||||
subtitle: 'Vitesse theme for Astro, supports Vue and UnoCSS.',
|
subtitle: 'Vitesse theme for Astro, supports Vue and UnoCSS.',
|
||||||
description: 'A Minimal, SEO-friendly portfolio and blog theme for Astro.',
|
description: 'A Minimal, SEO-friendly portfolio and blog theme for Astro.',
|
||||||
|
@ -7,33 +7,33 @@ export const siteConfig = {
|
||||||
src: '/hero.jpg',
|
src: '/hero.jpg',
|
||||||
alt: 'Website Main Image',
|
alt: 'Website Main Image',
|
||||||
},
|
},
|
||||||
email: 'kaivanwong@outlook.com',
|
email: 'kevinwong865@gmail.com',
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{
|
{
|
||||||
text: 'GitHub',
|
text: 'GitHub',
|
||||||
href: 'https://github.com/kaivanwong',
|
href: '',
|
||||||
icon: 'i-simple-icons-github',
|
icon: 'i-simple-icons-github',
|
||||||
header: 'i-ri-github-line',
|
header: 'i-ri-github-line',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Twitter',
|
text: 'Twitter',
|
||||||
href: 'https://twitter.com/kaivanwong',
|
href: '',
|
||||||
icon: 'i-simple-icons-x',
|
icon: 'i-simple-icons-x',
|
||||||
header: 'i-ri-twitter-x-line',
|
header: 'i-ri-twitter-x-line',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Linkedin',
|
text: 'Linkedin',
|
||||||
href: 'https://www.linkedin.com/in/kaivan-wong-a42441291',
|
href: '',
|
||||||
icon: 'i-simple-icons-linkedin',
|
icon: 'i-simple-icons-linkedin',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Instagram',
|
text: 'Instagram',
|
||||||
href: 'https://www.instagram.com/hikaivanwong',
|
href: '',
|
||||||
icon: 'i-simple-icons-instagram',
|
icon: 'i-simple-icons-instagram',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Youtube',
|
text: 'Youtube',
|
||||||
href: 'https://youtube.com/@kaivanwong',
|
href: '',
|
||||||
icon: 'i-simple-icons-youtube',
|
icon: 'i-simple-icons-youtube',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -93,7 +93,7 @@ export const siteConfig = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'GitHub Repository',
|
text: 'GitHub Repository',
|
||||||
href: 'https://github.com/kaivanwong/vitesse-astro-theme',
|
href: 'https://github.com/kevinwong865/astro-theme-vitesse',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue