Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoyaoio/vitepress-theme-december
vitepress theme 极简主题
https://github.com/yaoyaoio/vitepress-theme-december
blog blog-theme theme vitepress vitepress-blog
Last synced: 10 days ago
JSON representation
vitepress theme 极简主题
- Host: GitHub
- URL: https://github.com/yaoyaoio/vitepress-theme-december
- Owner: yaoyaoio
- Created: 2022-12-04T14:26:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T16:30:45.000Z (about 2 years ago)
- Last Synced: 2024-12-08T10:06:21.348Z (17 days ago)
- Topics: blog, blog-theme, theme, vitepress, vitepress-blog
- Language: CSS
- Homepage: https://yaoyao.blog
- Size: 310 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# vitepress-theme-december
非常简单的主题 没什么功能。。。 参考借鉴抄袭了一些别人的主题
演示地址:https://yaoyao.blog
## 快速开始
```bash
git clone https://github.com/yaoyaoio/vitepress-theme-december.git
cd vitepress-theme-december
// 安装依赖
yarn install
// 开发模式
yarn docs:dev
```
## 目录结构docs/posts : 文章目录 编写 Markdown 文件都要放在这个目录下
docs/pages : 一些自定义页面 比如 Archive、About、Tags、Categories
packages/theme : 主题目录
## 参考:
1. https://vitepress.vuejs.org/guide/getting-started
2. https://github.com/airene/vitepress-blog-pure
3. https://github.com/Renovamen/vuepress-theme-gungnir
4. https://github.com/flaribbit/vitepress-theme-sakura