Skip to content

BMingSY/AnliBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anli's Blog

A clean and minimal AI-powered blog built with Next.js, React, and Markdown.

Tech Stack

Layer Technology
Framework Next.js 14
UI Library React 18
Styling Custom CSS
Content Markdown (.md files via gray-matter)
Rendering react-markdown + remark-gfm
Code Highlighting react-syntax-highlighter

AI Model

This blog is powered by Qwen (通义千问) by Alibaba Cloud for content generation and full-stack development assistance.

Getting Started

Installation

npm install

Development

npm run dev

Open http://localhost:3000 to view the blog in your browser.

Build

npm run build
npm start

Adding Posts

Create a new .md file in the posts/ directory with frontmatter:

---
title: "Your Post Title"
date: "2026-04-09"
excerpt: "A brief description of the post."
---

# Your Post Title

Content goes here...

Project Structure

├── components/        # React components (Header, Footer, Layout)
├── lib/               # Utility functions (posts.js)
├── pages/             # Next.js pages (index, _app, dynamic routes)
├── posts/             # Markdown blog posts
├── styles/            # Global CSS
└── public/            # Static assets

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors