mkdir stella-demo
yarn init -y # or npm init -y
yarn add [email protected]
yarn add vuepress-theme-stella
所有文章文件都应该在post目录下
新建一个about目录,然后新建一个README.md
---
title: MD样式测试
category:
- 技术
tag:
- MarkDown
---
interface ICommon {
label: string;
link: string;
}
type Ifooter = ICommon;
type Icons = ICommon;
type Icates = ICommon;
interface ThemeConfig extends VupressSiteConfig {
shiki?: HighlighterOptions;
footer?: string | Ifooter;
cates?: Icates[];
icons?: Icons[];
}
- 支持配置外链
- 支持跟随系统切换模式(深色/浅色)
- Stella md 文件样式
- 支持分类、tag过滤文章
- 支持评论系统
- 移动端适配
- 默认页支持配置开关
- 支持切换主题色
- 支持分页
- 支持文档、博客模式
- 文章页配置banner图
- 全文搜索
- 友链
- vue剪切板插件
- 评论插件
LICENSE file