Skip to content

ansidev/blog

Repository files navigation

ansidev 's blog

Commitizen friendly Netlify Status

Introduction

This source code is based on Vitesse by Anthony Fu.

Features

Pre-packed

UI Frameworks

Icons

Vite Plugins

Blog Plugins

All plugin is located at ./src/plugins and their config is saved in ./src/site.config.ts.plugins.

Coding Style

Dev tools

Try it now!

This source code requires Node >=14.18

Clone to local

If you prefer to do it manually with the cleaner git history

git clone git@github.com:ansidev/blog.git my-blog
cd my-blog
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.