- Hi there ! Stella is a Gatsby Theme, design by jctaoo, But now if you are vuepress2.x users, now you can use Stella too!
- English | Chinese
mkdir stella-demo
yarn init -y # or npm init -y
yarn add vuepress
yarn add vuepress-theme-stella
All blog files should be in the post directory
Create a directory called about , Then add a file called 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[];
}
- config other link
- follow system mode (dark/light)
- markdown style of stella
- passage filter by category 、tag
- config default page ON-OFF
- comment system
- mobile adaptation
- pagination
- post banner img
- site search
- friend link
- clipboard-plugin
- comment-plugin
- code snippets
LICENSE file