Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sfxcode/vitepress-blog-starter

Vitepress Blog Starter Template
https://github.com/sfxcode/vitepress-blog-starter

anu blog flexsearch search starter unocss vite vitepress vitepress-blog

Last synced: 26 days ago
JSON representation

Vitepress Blog Starter Template

Awesome Lists containing this project

README

        

# VitePress Blog Starter

Starter Project for VitePres with Blog included.
Searched for some VitePress Blog demo code without success - decided to make a sample project by my own.
Hopefully it will be usefull for someone else ...

## Features

* [UnoCSS](https://github.com/unocss/unocss) for Styling
* Blog Demo with Posts and Authors
* Blog functions by Composables
* Local Search by vitepress

## Useage with pnpm

### Install
```shell
pnpm i
```

### Develop
```shell
pnpm dev
```

### Build
```shell
pnpm build
```