@sugarat/create-theme 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,23 @@
1
1
  // 主题独有配置
2
2
  import { getThemeConfig } from '@sugarat/theme/node';
3
3
 
4
+ // 开启RSS支持
5
+ // import type { Theme } from '@sugarat/theme'
6
+
7
+ // const baseUrl = 'https://sugarat.top'
8
+ // const RSS: Theme.RSSOptions = {
9
+ // title: '粥里有勺糖',
10
+ // baseUrl,
11
+ // copyright: 'Copyright (c) 2018-present, 粥里有勺糖',
12
+ // description: '你的指尖,拥有改变世界的力量(大前端相关技术分享)',
13
+ // language: 'zh-cn',
14
+ // image: 'https://img.cdn.sugarat.top/mdImg/MTY3NDk5NTE2NzAzMA==674995167030',
15
+ // favicon: 'https://sugarat.top/favicon.ico',
16
+ // }
4
17
  // 详见文档: https://theme.sugarat.top/
5
18
  const blogTheme = getThemeConfig({
19
+ // 开启RSS支持
20
+ // RSS,
6
21
  // 文章默认作者
7
22
  author: '粥里有勺糖',
8
23
  // 友链
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@element-plus/icons-vue": "^2.1.0",
12
- "@sugarat/theme": "^0.1.40",
12
+ "@sugarat/theme": "^0.1.42",
13
13
  "element-plus": "^2.3.8",
14
14
  "vue": "^3.3.4"
15
15
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarat/create-theme",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
5
5
  "bin": {
6
6
  "create-theme": "./dist/index.js"