Merge branch 'main' into main
This commit is contained in:
		| @@ -47,6 +47,7 @@ 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. | - [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)) | - [markpitblado.me](https://markpitblado.me) - Mark's personal blog about the internet, privacy, and books ([source code](https://github.com/mark-pitblado/personal-website)) | ||||||
| - [Min71 Dev Blog](https://min71.dev) - Personal blog about Blockchain, Development and etc. ([source code](https://github.com/mingi3442/blog)) | - [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. | Using the template? Feel free to create a PR and add your blog to this list. | ||||||
|  |  | ||||||
| @@ -155,6 +156,12 @@ npx degit 'timlrx/tailwind-nextjs-starter-blog' | |||||||
| yarn | yarn | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | Please note, that if you are using Windows, you may need to run: | ||||||
|  |  | ||||||
|  | ```bash | ||||||
|  | set PWD="$(pwd)" | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ## Development | ## Development | ||||||
|  |  | ||||||
| First, run the development server: | First, run the development server: | ||||||
|   | |||||||
| @@ -1,4 +1,11 @@ | |||||||
| const projectsData = [ | interface Project { | ||||||
|  |   title: string, | ||||||
|  |   description: string, | ||||||
|  |   href?: string, | ||||||
|  |   imgSrc?: string, | ||||||
|  | } | ||||||
|  |  | ||||||
|  | const projectsData: Project[] = [ | ||||||
|   { |   { | ||||||
|     title: 'A Search Engine', |     title: 'A Search Engine', | ||||||
|     description: `What if you could look up any information in the world? Webpages, images, videos |     description: `What if you could look up any information in the world? Webpages, images, videos | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user