Merge branch 'main' into main

This commit is contained in:
Timothy 2024-01-06 17:53:09 +08:00 committed by GitHub
commit 78928732a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -47,6 +47,8 @@ Internationalization support - [Template with i18n](https://tailwind-nextjs-star
- [Terminals.run](https://terminals.run) - Blog site for some thoughts and records for life and technology.
- [markpitblado.me](https://markpitblado.me) - Mark's personal blog about the internet, privacy, and books ([source code](https://github.com/mark-pitblado/personal-website))
- [francisaguilar.co blog](https://francisaguilar.co) - Francis Aguilar's personal blog that talks about tech, fitness, and personal development.
- [Min71 Dev Blog](https://min71.dev) - Personal blog about Blockchain, Development and etc. ([source code](https://github.com/mingi3442/blog))
- [Bryce Yu's Blog](https://earayu.github.io/) - Bryce Yu's personal Blog about distributed system, database, and web development. ([source code](https://github.com/earayu/earayu.github.io))
Using the template? Feel free to create a PR and add your blog to this list.
@ -155,6 +157,12 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog'
yarn
```
Please note, that if you are using Windows, you may need to run:
```bash
set PWD="$(pwd)"
```
## Development
First, run the development server:

View File

@ -1,4 +1,11 @@
const projectsData = [
interface Project {
title: string,
description: string,
href?: string,
imgSrc?: string,
}
const projectsData: Project[] = [
{
title: 'A Search Engine',
description: `What if you could look up any information in the world? Webpages, images, videos