Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfxcode/vitepress-blog-starter
- Owner: sfxcode
- License: mit
- Created: 2022-11-03T21:14:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T13:03:03.000Z (9 months ago)
- Last Synced: 2024-02-24T14:23:09.700Z (9 months ago)
- Topics: anu, blog, flexsearch, search, starter, unocss, vite, vitepress, vitepress-blog
- Language: JavaScript
- Homepage: https://sfxcode.github.io/vitepress-blog-starter
- Size: 3.65 MB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```