Skip to content

Commit

Permalink
chore: update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwong committed Jun 6, 2024
1 parent 27fb5d2 commit ebedeb1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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)
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ 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>
to fork the repository, read the docs or one-click deploy on Netlify.
</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>

Check failure on line 65 in src/pages/index.astro

View workflow job for this annotation

GitHub Actions / lint

Replace `·click·follow` with `⏎········click·follow⏎·····`
for me.
</p>
<hr class="hr-line" />
Expand Down
16 changes: 8 additions & 8 deletions src/site-config.ts
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
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.',
image: {
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',
},
],
Expand Down Expand Up @@ -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',
},
],
},
Expand Down

0 comments on commit ebedeb1

Please sign in to comment.