Skip to content

ansidev/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

958475b Β· Feb 15, 2025
Feb 15, 2025
Nov 26, 2024
May 11, 2024
Dec 31, 2022
Jan 23, 2025
Sep 16, 2023
Dec 31, 2022
Feb 2, 2022
Aug 19, 2022
Feb 15, 2025
Jun 6, 2021
Feb 15, 2025
Jun 6, 2021
Jan 19, 2025
Feb 28, 2023
May 10, 2024
Aug 6, 2022
Dec 9, 2023
Feb 15, 2025
Feb 12, 2025
Feb 15, 2025
Apr 18, 2023
Jan 23, 2025
Jan 23, 2025

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.