An open API service indexing awesome lists of open source software.

https://github.com/kiwi233333/kiwiblog

分享一个日常的博客,这个平台上可以找到很多有趣的博客内容 ~
https://github.com/kiwi233333/kiwiblog

blog blogs share template theme vitepress

Last synced: 6 months ago
JSON representation

分享一个日常的博客,这个平台上可以找到很多有趣的博客内容 ~

Awesome Lists containing this project

README

          


Preview

[![Netlify Status](https://api.netlify.com/api/v1/badges/21d806d7-2127-4d4c-8e27-083b59fc10af/deploy-status)](https://app.netlify.com/sites/kiwiblog/deploys)

Experience Address: [Kiwi2333](https://kiwi233.top)

Language: English | [简体中文](./README.md)

## 🌐 Project Introduction

Kiwi2333 is a personal blog built with Next.js and Tailwind CSS. It provides a simple and clean interface for users to read and manage their blogs.

## 📷 Screenshots

![Home Page](./assets/image.png)

![Blog Page](./assets/image2.png)

![Post Page](./assets/image3.png)

## 🎉 Lighthouse 评分

![Lighthouse 评分](./.doc/score.png)

## 🚀 Getting Started

To get started with Kiwi2333, follow these steps:

1. Install Node.js (version >= 18)
2. Install pnpm globally by running `npm install -g pnpm`
3. Change to the project directory and run `pnpm install`

## 🎨 Development

To start the development server, run `pnpm run dev`.

## 📦 Packaging

To package the project, run `pnpm run build`.

## 🎉 Deployment

For static hosting, you can upload the built files to a web server or use services like Netlify, Vercel, or GitHub Pages.