-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme
32 lines (28 loc) · 887 Bytes
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
GitPage
https://blog.cwiki.cn
- 基于gitpage的博客
- 使用hexo搭建,主题使用next
- 通过git action自动发布
- 评论使用git issue支持,hexo 插件为 hexo-next-utteranc
hexo 插件列表
{
"dependencies": {
"hexo": "^6.0.0",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-plantuml": "^2.1.1",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-searchdb": "^1.4.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-next-utteranc": "github:theme-next/hexo-next-utteranc",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.7.1",
"hexo-tag-cloud": "^2.1.2",
"hexo-theme-landscape": "^0.0.3"
}
}