MojiBlog

This is a Next.js project bootstrapped with create-next-app.

Tool Recommend

Flowchart drawing: https://www.iodraw.com/whiteboard/

Post Properties

propertiestypedescriptiondefaultrequireexample
titlestringdisplay as post title instead of using 'h1'title: Golang language fundamentals study notes
tagsstring[]post tags[]×tags:
- learn
- golang
langstringpost read language. It can be auto switched lang to the system language.×lang: en
dateyyyy-MM-dd HH:mm:sspost first publish datetimedate: 2024-04-15 10:34:30
categoriesstring[]post category×categories:
- notes
pidstringpost id, each post should have a unique idpid: 6f604b36-5d8f-4227-ac85-db43927cf53b
last-edityyyy-MM-dd HH:mm:ssthe date of the last edit of the post, if not, used date property value. If it is more than 3 months, the post may be outdated.#date×last-edit: 2024-09-15 14:23:49
durationstringestimated reading time-×duration: 15min
autorstringpost autorxautor: Clover

Getting Started

First, run the development server:


pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

CC BY-NC-SA 4.0 2024-PRESENT © Clover You