Skip to content

mitatis/zik-trinity

Repository files navigation

✨ ZIK-Trinity

Astro Blog Logo

基于 Astro Minimal Blog 的个人博客网站

部署项目结构

部署

环境要求

  • Node.js 16+ and npm/yarn

安装

# Clone repository
git clone https://github.com/mitatis/zik-trinity

# Navigate to project directory
cd your-own-directory

# Install dependencies
npm install

# Create .env file from template
cp .env.example .env

# Edit .env with your information

Dev

# Start development server
npm run dev

# Open browser at http://localhost:4321

Build

# Create production build
npm run build

# Preview production build
npm run preview

项目结构

/
├── public/             # Static assets
├── src/
│   ├── components/     # Reusable UI components
│   ├── content/        # Blog content (Markdown/MDX)
│   ├── layouts/        # Page layouts
│   ├── pages/          # Pages and routes
│   ├── styles/         # CSS and Tailwind
│   └── utils/          # Utilities and helpers
├── astro.config.mjs    # Astro configuration
├── tailwind.config.js  # Tailwind configuration
└── tsconfig.json       # TypeScript configuration

About

我的个人博客

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors