# blog **Repository Path**: dantylee/blog ## Basic Information - **Project Name**: blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-07 - **Last Updated**: 2026-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Blog This is a simple blog website built with Next.js. Users can write blog posts in Markdown format, and they are automatically converted to HTML pages. ## Features - Write blog posts in Markdown (.md files) - Automatic conversion to HTML - Static site generation for fast loading - Responsive design with Tailwind CSS ## Getting Started 1. Install dependencies: ```bash npm install ``` 2. Run the development server: ```bash npm run dev ``` 3. Open [http://localhost:8080](http://localhost:8080) to view the blog. ## Writing Posts 1. Create a new Markdown file in the `posts/` directory. 2. Use the following frontmatter format at the top of the file: ``` --- title: "Your Post Title" date: "YYYY-MM-DD" --- # Your content here Write your blog post in Markdown. ``` 3. Save the file. The blog will automatically detect and display the new post. ## Building for Production ```bash npm run build npm start ``` ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. ## 杀进程 ```bash taskkill /f /im WebServer.exe ```